Skip to content

Commit

Permalink
Change log line to make it obvious it is only enabled in debug builds.
Browse files Browse the repository at this point in the history
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/2.3@11574 4a71c877-e1ca-e34f-864e-861f7616d084
(cherry picked from commit c5090cd)
  • Loading branch information
buginator committed Oct 19, 2010
1 parent 6fe94c1 commit 2e2dd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scriptai.c
Expand Up @@ -1695,8 +1695,8 @@ BOOL scrSkDoResearch(void)

#if defined (DEBUG)
{
char sTemp[128];
sprintf(sTemp,"player:%d starts topic: %s",player, asResearch[i].pName );
char sTemp[128];
sprintf(sTemp,"[debug]player:%d starts topic: %s",player, asResearch[i].pName );
NETlogEntry(sTemp, SYNC_FLAG, 0);
}
#endif
Expand Down

0 comments on commit 2e2dd97

Please sign in to comment.