diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-21 04:02:13 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-21 04:02:13 -0400 |
commit | 2fd9d54443755b82a45519f33cb0aaf4f7a1fee5 (patch) | |
tree | 7249cff984be6f2c7d3779c9fc57961b863c57f6 /miner.h | |
parent | 144cf62d7c3eed3f5412edb18b238b2c1209f4c1 (diff) |
Convert remaining [f]print to applog().
Also, remove a few superfluous printouts.
Diffstat (limited to 'miner.h')
-rw-r--r-- | miner.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,7 +59,10 @@ void *alloca (size_t); #include <syslog.h> #else enum { + LOG_ERR, + LOG_WARNING, LOG_INFO, + LOG_DEBUG, }; #endif |