1.1 --- a/src/wd2010.c Sat Nov 17 22:14:09 2012 +0000 1.2 +++ b/src/wd2010.c Sat Nov 17 22:15:23 2012 +0000 1.3 @@ -154,7 +154,7 @@ 1.4 return ctx->data[ctx->data_pos++]; 1.5 } else { 1.6 // empty buffer (this shouldn't happen) 1.7 - LOG("WD2010: attempt to read from empty data buffer"); 1.8 + LOGS("WD2010: attempt to read from empty data buffer"); 1.9 return 0xff; 1.10 } 1.11 } 1.12 @@ -185,7 +185,7 @@ 1.13 ctx->drq = false; 1.14 } 1.15 }else{ 1.16 - LOG("WD2010: attempt to write to data buffer without a write command in progress"); 1.17 + LOGS("WD2010: attempt to write to data buffer without a write command in progress"); 1.18 } 1.19 } 1.20