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) ) {