Skip to content

Commit

Permalink
Fixed: Exception during log flush (argument string format error)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 9, 2014
1 parent ff2c1fc commit 2a2f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/render/r_fakeradio.cpp
Expand Up @@ -260,5 +260,5 @@ void Rend_RadioInitForMap(Map &map)
}
}

LOG_GL_MSG("Completed in %1 seconds") << begunAt.since();
LOG_GL_MSG("Completed in %.2f seconds") << begunAt.since();
}

0 comments on commit 2a2f83a

Please sign in to comment.