Skip to content

Commit

Permalink
libcommon|Fixed: Typo in DEBUG message output for turnMobjToNearestLi…
Browse files Browse the repository at this point in the history
…ne()
  • Loading branch information
danij-deng committed May 19, 2012
1 parent 20a06de commit 5028893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/p_start.c
Expand Up @@ -1257,7 +1257,7 @@ static int turnMobjToNearestLine(thinker_t* th, void* context)
else
{
#ifdef _DEBUG
VERBOSE( Con_Message(" => no nearest list found\n") );
VERBOSE( Con_Message("turnMobjToNearestLine: mo=%i => no nearest line found\n", mo->thinker.id) );
#endif
}

Expand Down

0 comments on commit 5028893

Please sign in to comment.