IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1096


Ignore:
Timestamp:
Jun 25, 2004, 10:42:25 AM (22 years ago)
Author:
desonia
Message:

first test used myLogMsg instead of psLogMsg, as it claims to be testing.

File:
1 edited

Legend:

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

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