IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2008, 1:07:27 PM (18 years ago)
Author:
jhoblitt
Message:

don't die in stat_object() when no object is found

File:
1 edited

Legend:

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

    r17543 r17544  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.64 2008-05-06 22:54:01 jhoblitt Exp $
     3# $Id: Server.pm,v 1.65 2008-05-06 23:07:27 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    10971097
    10981098        unless ($rows == 1) {
    1099             $log->logdie("no storage object found");
     1099            $log->debug("no storage object found");
    11001100        }
    11011101
Note: See TracChangeset for help on using the changeset viewer.