summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2011-03-08 19:18:32 +0000
committerjhurst <>2011-03-08 19:18:32 +0000
commit6a19e4f305c6936ea3a09e2f96a622372e1f4ab2 (patch)
tree158ae6b99fc70d0eb37bb7871edd6676d227f0bd /src/KM_log.cpp
parent3feb7cc3f014bf1b2806b3b6819d80d684434e8f (diff)
compiler warnings never cease
Diffstat (limited to 'src/KM_log.cpp')
-rwxr-xr-xsrc/KM_log.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp
index ca8208f..21c3df7 100755
--- a/src/KM_log.cpp
+++ b/src/KM_log.cpp
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2004-2009, John Hurst
+Copyright (c) 2004-2011, John Hurst
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -126,7 +126,7 @@ Kumu::WinDbgLogSink::WriteEntry(const LogEntry& Entry)
if ( Entry.TestFilter(m_filter) )
{
-
+ Entry.CreateStringWithOptions(buf, m_options);
::OutputDebugStringA(buf.c_str());
}
}