IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2004, 2:46:59 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r852 r891  
    3434    // should actually be displayed.
    3535    for (i=0;i<10;i++) {
    36         psLogMsg(__func__, i, "Hello World!  My level is %d\n", i);
     36        psLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
     37                 (float) i, "beep beep");
    3738    }
    3839
     
    5152    // should actually be displayed.
    5253    for (i=0;i<10;i++) {
    53         myLogMsg(__func__, i, "Hello World!  My level is %d\n", i);
     54        psLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
     55                 (float) i, "beep beep");
    5456    }
    5557
Note: See TracChangeset for help on using the changeset viewer.