summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvyStdAfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyStdAfx.cpp b/Bus/Ivy/IvyStdAfx.cpp
index fa5d17b..a7b35f2 100644
--- a/Bus/Ivy/IvyStdAfx.cpp
+++ b/Bus/Ivy/IvyStdAfx.cpp
@@ -14,7 +14,7 @@ void DebugTrace ( const char *fmt , ... )
va_start( args, fmt );
vsprintf( buffer, fmt, args );
va_end( args );
-// OutputDebugStringA( buffer );
+ OutputDebugStringA( buffer );
}
#ifdef WIN32
#ifdef _DEBUG