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
  • Loading branch information
buginator authored and Git SVN Gateway committed Sep 3, 2010
1 parent 0c2b6ae commit c5090cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scriptai.c
Expand Up @@ -1684,8 +1684,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 c5090cd

Please sign in to comment.