IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13227


Ignore:
Timestamp:
May 3, 2007, 5:09:32 PM (19 years ago)
Author:
jhoblitt
Message:

add debugging statment to ->find_instances

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r13209 r13227  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.35 2007-05-04 00:47:42 jhoblitt Exp $
     3# $Id: Server.pm,v 1.36 2007-05-04 03:09:32 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    966966    $log->logdie("no instances found") unless (scalar @locations);
    967967
     968    $log->debug("found: @locations");
     969
    968970    $log->debug("leaving");
    969971
  • trunk/Nebulous/lib/Nebulous/Server.pm

    r13209 r13227  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.35 2007-05-04 00:47:42 jhoblitt Exp $
     3# $Id: Server.pm,v 1.36 2007-05-04 03:09:32 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    966966    $log->logdie("no instances found") unless (scalar @locations);
    967967
     968    $log->debug("found: @locations");
     969
    968970    $log->debug("leaving");
    969971
Note: See TracChangeset for help on using the changeset viewer.