#83 closed defect (fixed)
psLogMsg test
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | sys | Version: | unspecified |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
This really is trivial, sorry!
tst_psLogMsg00.c:
The first test, which checks that the levels are working for psLogMsg, doesn't
use psLogMsg but psVLogMsg.
myLogMsg(func, i, "Hello World! My level is %d %f %s\n", i,
(float) i, "beep beep");
instead of psLog(...) (--> psVLogMsg).
Note:
See TracTickets
for help on using tickets.

Fixed in CVS main trunk.
thx.