projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cdeee
)
Fix a spurious warning.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 13 Apr 2013 17:06:48 +0000
(19:06 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 13 Apr 2013 17:06:48 +0000
(19:06 +0200)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index
67c731d
..
6c8051a
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-329,8
+329,6
@@
start:
if (!config.stats_file.empty()) {
stats_thread = new StatsThread(config.stats_file, config.stats_interval);
stats_thread->run();
- } else if (config.stats_interval != -1) {
- fprintf(stderr, "WARNING: 'stats_interval' given, but no 'stats_file'. No statistics will be written.\n");
}
signal(SIGHUP, hup);