diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index 2cb9b8a722..5fc08f5263 100644 --- a/common/util.h +++ b/common/util.h @@ -273,7 +273,7 @@ inline void warning(const char *s, ...) {} #else /** - * Print a warning message to the text console (stdout). + * Print a warning message to the text console (stderr). * Automatically prepends the text "WARNING: " and appends * an exclamation mark and a newline. */ |