Share is above, not below target, when it doesn't meet it.
diff --git a/cgminer.c b/cgminer.c
index 09c98bb..d5d7f3e 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -6126,7 +6126,7 @@ void submit_tested_work(struct thr_info *thr, struct work *work)
update_work_stats(thr, work);
if (!fulltest(work->hash2, work->target)) {
- applog(LOG_INFO, "Share below target");
+ applog(LOG_INFO, "Share above target");
return;
}
work_out = copy_work(work);