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/ppImageAddstar.c

    r10448 r15942  
    4848
    4949        while ((cell = pmFPAviewNextCell (view, file->fpa, 1)) != NULL) {
    50             psLogMsg ("ppImageAddstar", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     50            psLogMsg ("ppImageAddstar", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    5151            if (! cell->process || ! cell->file_exists) { continue; }
    5252
Note: See TracChangeset for help on using the changeset viewer.