diff options
| author | megamage <none@none> | 2009-02-08 21:54:47 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-08 21:54:47 -0600 |
| commit | 709f3c4130f675b29055fa51a75abb7b1d6763a1 (patch) | |
| tree | d8486b2971f3deb073188ccc191b2b9add140cfe /src/shared | |
| parent | 2bd90deeedb6282eab9dfce650fbaf2bda451ee8 (diff) | |
[7240] Fix logfile spam from AchievementMgr.
Log AchievementMgr::SendAchievementEarned only in debug.
Signed-off-by: ApoC <apoc@nymfe.net>
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 64965aa0954..81ed7dc9981 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7239" + #define REVISION_NR "7240" #endif // __REVISION_NR_H__ |
