diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/logger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/logger.cpp b/src/tests/logger.cpp index 290f479..59be9d4 100644 --- a/src/tests/logger.cpp +++ b/src/tests/logger.cpp | |||
@@ -22,6 +22,8 @@ int main() | |||
22 | setLogFormat("%L: %y-%02m-%02d %h:%02M:%02s %f:%l:%F: %t"); | 22 | setLogFormat("%L: %y-%02m-%02d %h:%02M:%02s %f:%l:%F: %t"); |
23 | lineLog( 5, "Hey, error: %s", strerror( errno ) ); | 23 | lineLog( 5, "Hey, error: %s", strerror( errno ) ); |
24 | 24 | ||
25 | logHexDump( 5, "This is a test of the hex-dump facility", 16, "Random stuff"); | ||
26 | |||
25 | Thing gh; | 27 | Thing gh; |
26 | gh.go( 6); | 28 | gh.go( 6); |
27 | } | 29 | } |