Changeset 23461
- Timestamp:
- Mar 20, 2009, 2:08:38 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r23456 r23461 398 398 my $neb = eval { Nebulous::Client->new( proxy => $server ); }; 399 399 if ($@ or not defined $neb) { 400 carp "Unable to find NEB_SERVER in camera configuration file.";400 carp "Unable to create a Nebulous::Client object with proxy => $server"; 401 401 return undef; 402 402 } … … 416 416 417 417 # if not, call _neb_start() and return the new object 418 return _neb_start() ;418 return _neb_start() or ( carp "Can't start Nebulous" and return undef ); 419 419 } 420 420
Note:
See TracChangeset
for help on using the changeset viewer.
