From 40d463142814c4ffdd7be065078376128f79c174 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Fri, 3 Aug 2018 11:52:17 +0700 Subject: [PATCH] Added debug print --- vimlac/display_pbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimlac/display_pbm.c b/vimlac/display_pbm.c index 13c6294..554543f 100755 --- a/vimlac/display_pbm.c +++ b/vimlac/display_pbm.c @@ -68,7 +68,7 @@ display_init(void) display_reset(); - vlog("display_init: done"); + vlog("display_init: PBM done"); return true; }