summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-10 22:03:57 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-10 22:03:57 +0000
commitf97ddedaa9672c78147fc13282bd14a5be46eb19 (patch)
treeb433e4f9fe285ab6b48fb0e98a8c010e8a9b73e2 /src/log.h
parent720f716ba8d98a85266b8e81a534737c6fcdcf5f (diff)
downloadmana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.gz
mana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.bz2
mana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.xz
mana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.zip
Fixed some compiler warnings and don't try to load particle effects when no
file is set.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log.h b/src/log.h
index dd1c0f91..5abf46a5 100644
--- a/src/log.h
+++ b/src/log.h
@@ -64,8 +64,8 @@ class Logger
void log(const char *log_text, ...);
/**
- * Log an error and quit. The error will pop-up in Windows and will be
- * printed to standard error everywhere else.
+ * Log an error and quit. The error will pop-up on Windows and Mac, and
+ * will be printed to standard error everywhere else.
*/
void error(const std::string &error_text);