A bit more
authorCameron Ball <cameron@getapproved.com.au>
Thu, 12 Feb 2015 09:02:18 +0000 (17:02 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Thu, 12 Feb 2015 09:02:18 +0000 (17:02 +0800)
src/GameState.cpp

index c0f0561..e1e075f 100644 (file)
@@ -308,9 +308,10 @@ void GameState::SetSongInProgress( const CString &sWriteOut )
 
 void GameState::CreateSymlinkFavourite( const CString &sSongDir )
 {
-       LOG->Debug("GameState::CreateSymlinkFavourite( %s )", sSongDir.c_str());
+//     LOG->Debug("GameState::CreateSymlinkFavourite( %s )", sSongDir.c_str());
        CString sPath = GetCwd();
-       LOG->Debug("what %s", sPath.c_str());
+       CString euphoric = sPath + sSongDir;
+       LOG->Debug("what %s", euphoric.c_str());
 }
 
 /*