diff options
Diffstat (limited to 'src/KM_log.cpp')
| -rwxr-xr-x | src/KM_log.cpp | 4 |
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()); } } |
