IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27465 for trunk


Ignore:
Timestamp:
Mar 26, 2010, 11:25:01 AM (16 years ago)
Author:
bills
Message:

change message to stderr to avoid order errors with log. (this code doesn't include psLib)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksextern.c

    r25001 r27465  
    7878        }
    7979    }
    80     printf("%d streaks on this component\n", streaksOnComponent);
     80    fprintf(stderr, "%d streaks on this component\n", streaksOnComponent);
    8181    return pixels;
    8282}
Note: See TracChangeset for help on using the changeset viewer.