IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28527


Ignore:
Timestamp:
Jun 28, 2010, 3:41:07 PM (16 years ago)
Author:
watersc1
Message:

Forgot to remove debug statements from find_objects_wildcard. Not a
big deal, and looks like it might give me the ability to see how often
this "Nebulous::Server::SOAP" thing shows up.

File:
1 edited

Legend:

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

    r28525 r28527  
    15571557            $work_dir = parse_neb_key('/');
    15581558        }
    1559         $log->warn("work dir: $work_dir " . $work_dir->path);
    15601559        $file_pattern = basename $pattern;
    15611560        unless ($file_pattern) {
     
    15741573    eval {
    15751574        $log->debug("looking for directories under dir: $dir_id");
    1576         $log->warn("dir_id: $dir_id pattern: $file_pattern");
    15771575        my $query = $db->prepare_cached( $sql->find_dir_by_parent_id . " AND dirname LIKE ? ");
    15781576        $query->execute( $dir_id, $file_pattern );
Note: See TracChangeset for help on using the changeset viewer.