IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2007, 6:43:03 PM (18 years ago)
Author:
eugene
Message:

reduce verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r15933 r15942  
    3939
    4040        while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) {
    41             psLogMsg ("ppImageLoop", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     41            psLogMsg ("ppImageLoop", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    4242            if (!cell->process || !cell->file_exists) {
    4343                continue;
Note: See TracChangeset for help on using the changeset viewer.