aboutsummaryrefslogtreecommitdiff
path: root/miner.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-21 04:02:13 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-03-21 04:02:13 -0400
commit2fd9d54443755b82a45519f33cb0aaf4f7a1fee5 (patch)
tree7249cff984be6f2c7d3779c9fc57961b863c57f6 /miner.h
parent144cf62d7c3eed3f5412edb18b238b2c1209f4c1 (diff)
Convert remaining [f]print to applog().
Also, remove a few superfluous printouts.
Diffstat (limited to 'miner.h')
-rw-r--r--miner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/miner.h b/miner.h
index 0d8e682..edc7a63 100644
--- a/miner.h
+++ b/miner.h
@@ -59,7 +59,10 @@ void *alloca (size_t);
#include <syslog.h>
#else
enum {
+ LOG_ERR,
+ LOG_WARNING,
LOG_INFO,
+ LOG_DEBUG,
};
#endif