Skip to content

Commit

Permalink
Made a debug print VERBOSE2 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 16, 2006
1 parent 3416f93 commit 9210d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/cl_frame.c
Expand Up @@ -260,7 +260,7 @@ void Cl_Frame2Received(int packetType)

#ifdef _DEBUG
deltaCount = Msg_ReadLong();
Con_Message("Set contains %i deltas.\n", deltaCount);
VERBOSE2( Con_Message("Set contains %i deltas.\n", deltaCount) );
#endif

// Read and process the message.
Expand Down

0 comments on commit 9210d6e

Please sign in to comment.