(svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements

This commit is contained in:
celestar
2005-07-05 17:47:10 +00:00
parent 7b39e32c93
commit b29556e6b5
4 changed files with 9 additions and 9 deletions

View File

@@ -1059,7 +1059,7 @@ void NetworkServer_HandleChat(NetworkAction action, DestType desttype, int dest,
}
break;
default:
DEBUG(net, 0)("[NET][Server] Received unknown destination type %d. Doing broadcast instead.\n");
DEBUG(net, 0)("[NET][Server] Received unknown destination type %d. Doing broadcast instead.");
/* fall-through to next case */
case DESTTYPE_BROADCAST:
FOR_ALL_CLIENTS(cs) {