IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 2:09:26 PM (22 years ago)
Author:
gusciora
Message:

renamed the log functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psLogMsg00.c

    r891 r963  
    3434    // should actually be displayed.
    3535    for (i=0;i<10;i++) {
    36         psLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
     36        myLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
    3737                 (float) i, "beep beep");
    3838    }
     
    5252    // should actually be displayed.
    5353    for (i=0;i<10;i++) {
    54         psLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
     54        myLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
    5555                 (float) i, "beep beep");
    5656    }
Note: See TracChangeset for help on using the changeset viewer.