I installed openwatcom 2.0 for OS/2. Compiled, and hpt seems to run
fine. Thanks Andrew! :)
I turned on logging "1" and now the log is full of "scanning area"
lines starting with "1".
Is this ok? According to the docs :
1 - Program start, end;
4 - scanning messages
=== Cut ===
---------- Sat 27 Feb 2021, hpt/os2-wc 1.9.0-cur 2021-02-17
1 08:46:51 Start
1 08:46:51 Start scanning...
1 08:46:51 EchoTossLogFile not found -> Scanning all areas
1 08:46:51 Scanning area: r20_kontroll
1 08:46:51 Scanning area: r20_test
1 08:46:51 Scanning area: r20_admin
$ cd hpt/src
$ grep "Scanning area" *.c
scanarea.c: w_log(LL_START, "Scanning area: %s",
echo->areaName); toss.c: w_log(LL_START, "Scanning area: %s", config->badArea.areaName);
At first glance this a bug, and "LL_START" should be "LL_SCANNING".
scanarea.c: w_log(LL_START, "Scanning area: %s",
At first glance this a bug, and "LL_START" should be "LL_SCANNING".
I also think this is a bug. LL_START should be used at the beginning
of a function and before every "return" from it.
scanarea.c: w_log(LL_START, "Scanning area: %s",
At first glance this a bug, and "LL_START" should be
"LL_SCANNING".
I also think this is a bug. LL_START should be used at the
beginning of a function and before every "return" from it.
Hm, from what the user documentation said i would expect level 1 to
record the start of a module (hpt, htick, hptsqix, nltool...).
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 418 |
Nodes: | 16 (0 / 16) |
Uptime: | 41:44:44 |
Calls: | 8,783 |
Calls today: | 10 |
Files: | 13,296 |
Messages: | 5,964,537 |