IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 4:47:46 PM (19 years ago)
Author:
eugene
Message:

fixes for complete site.php support; updates to schema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.php

    r13853 r14128  
    486486
    487487    // be careful of the definition of PATH in SITE: cannot contain HOME
    488     // echo "<br>ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id<br>\n";
     488    echo "<br>ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id<br>\n";
    489489    exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id", $output, $status);
    490490
     
    502502    $filename = $output[0];
    503503    if ($status) {
    504       echo "log file not found<br>\n";
     504      echo "log file ($filerule, $basename) not found<br>\n";
    505505      return;
    506506    }
Note: See TracChangeset for help on using the changeset viewer.