mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 09:19:04 +00:00
In verbose mode, the minute callback prints info about all hosts which are being processed. However, the custom print() function used by ntopng does not directly handle booleans, which causes runtime errors if the script is run in verbose mode. This commit fixes the issue by converting boolean values to strings prior to printing them. |
||
|---|---|---|
| .. | ||
| callbacks | ||
| lua | ||