From 28958bbd3f5fffb77c7322d868c2898d98747980 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 21 Jan 2004 05:03:13 +0000 Subject: [PATCH] hush log --- stepmania/src/CodeDetector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/CodeDetector.cpp b/stepmania/src/CodeDetector.cpp index ae79c959e7..3a6171ce1d 100644 --- a/stepmania/src/CodeDetector.cpp +++ b/stepmania/src/CodeDetector.cpp @@ -140,7 +140,8 @@ void RefreshCacheItem( int iIndex ) if( asButtonNames.size() < 2 ) { - LOG->Trace( "The code '%s' is less than 2 buttons, so it will be ignored.", sCodeName.c_str() ); + if( sCodeName != "" ) + LOG->Trace( "The code '%s' is less than 2 buttons, so it will be ignored.", sCodeName.c_str() ); item.iNumButtons = 0; return; }