From b4da565534b3826037576a6c44e40716b024f89a Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Mon, 9 Jul 2007 19:25:42 +0000
Subject: The new logHexDump function seems to work just fine.

---
 src/tests/logger.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/tests')

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()
 	setLogFormat("%L: %y-%02m-%02d %h:%02M:%02s %f:%l:%F: %t");
 	lineLog( 5, "Hey, error: %s", strerror( errno ) );
 
+	logHexDump( 5, "This is a test of the hex-dump facility", 16, "Random stuff");
+
 	Thing gh;
 	gh.go( 6);
 }
-- 
cgit v1.2.3