Skip to content

Commit

Permalink
Cleanup|Client: Log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 15, 2014
1 parent 95e2230 commit f47d508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/game.cpp
Expand Up @@ -226,7 +226,7 @@ void Game::printFiles(Game const &game, int rflags, bool printStatus)
text += String(": ") + _E(>) + (!resourceFound? _E(b) "missing " _E(.) : "");
if(resourceFound)
{
text += String(_E(2) "\"%1\"").arg(NativePath(manifest.resolvedPath(false/*don't try to locate*/)).expand().pretty());
text += String(_E(C) "\"%1\"").arg(NativePath(manifest.resolvedPath(false/*don't try to locate*/)).expand().pretty());
}
}

Expand Down

0 comments on commit f47d508

Please sign in to comment.