Browse Source

Bugfix: titan: Add missing printf formatting for core busy status

Luke Dashjr 11 years ago
parent
commit
99070d5987
1 changed files with 1 additions and 1 deletions
  1. 1 1
      titan-asic.c

+ 1 - 1
titan-asic.c

@@ -44,7 +44,7 @@ bool knc_titan_set_work(const char *repr, void * const ctx, int channel, int die
 		}
 		if (!(status & KNC_ERR_MASK)) {
 			/* !KNC_ERRMASK */
-			applog(LOG_DEBUG, "%s[%d:%d]: Core busy", repr, channel, die, status);
+			applog(LOG_DEBUG, "%s[%d:%d]: Core busy (%x)", repr, channel, die, status);
 		}
 	}