From ef0be2d6ac602f07fc25c2ef1a09ed5e88fba9ed Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 6 May 2007 02:09:33 +0000 Subject: [PATCH] debug --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index de7a4af35f..8bc9ef314c 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -855,7 +855,7 @@ ProfileLoadResult Profile::LoadAllFromDir( RString sDir, bool bRequireSignature RString sStatsXmlSigFile = fn+SIGNATURE_APPEND; RString sDontShareFile = sDir + DONT_SHARE_SIG; - LOG->Trace( "Verifying don't share signature" ); + LOG->Trace( "Verifying don't share signature \"%s\" against \"%s\"", sDontShareFile.c_str(), sStatsXmlSigFile.c_str() ); // verify the stats.xml signature with the "don't share" file if( !CryptManager::VerifyFileWithFile(sStatsXmlSigFile, sDontShareFile) ) {