Use log functions to display errors
[emu8051.git] / src / gtk / regwin.c
index af16a7c..8b470a9 100644 (file)
@@ -239,7 +239,7 @@ regwin_refresh(void)
                }
 
                if (!valid) {
-                       printf("Invalid iter...\n");
+                       log_err("Tree model: invalid iter");
                        return;
                }