Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 30, 2017
1 parent ae99a02 commit d16de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/world/base/map.cpp
Expand Up @@ -3252,7 +3252,7 @@ static dint expireClMobjsWorker(mobj_t *mob, void *context)
// Has this mobj timed out?
if (nowTime - info->time > CLMOBJ_TIMEOUT)
{
LOGDEV_MAP_MSG("Mobj %i has expired (%i << %i), in state %s [%c%c%c]")
LOGDEV_MAP_VERBOSE("Mobj %i has expired (%i << %i), in state %s [%c%c%c]")
<< mob->thinker.id
<< info->time << nowTime
<< Def_GetStateName(mob->state)
Expand Down

0 comments on commit d16de7f

Please sign in to comment.