remove printf

This commit is contained in:
Dagen Brock 2017-04-05 09:18:04 -05:00
parent 2dd5d7e43f
commit 1cd10bb3a1

View File

@ -22,6 +22,7 @@
*/
#include "defc.h"
#include "glog.h"
extern int Verbose;
extern word32 g_vbl_count; // OG change int to word32
@ -350,8 +351,7 @@ iwm_vbl_update(int doit_3_persec)
if(iwm.motor_on && iwm.motor_off) {
if((word32)iwm.motor_off_vbl_count <= g_vbl_count) {
printf("Disk timer expired, drive off: %08x\n",
g_vbl_count);
glogf("Disk timer expired, drive off: %08x\n", g_vbl_count);
iwm.motor_on = 0;
iwm.motor_off = 0;
if (g_temp_boot_slot != 254) {