From 822493af0d301fbfe05bae11b9ae12914171057f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 22 Jan 2016 14:38:12 +0000 Subject: fixup some empty logging calls in atari hotlist code --- atari/hotlist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atari/hotlist.c') diff --git a/atari/hotlist.c b/atari/hotlist.c index 265491191..380e1b6c1 100644 --- a/atari/hotlist.c +++ b/atari/hotlist.c @@ -72,13 +72,13 @@ static struct atari_treeview_callbacks atari_hotlist_treeview_callbacks = { static nserror atari_hotlist_init_phase2(struct core_window *cw, struct core_window_callback_table *cb_t) { - LOG(""); + LOG("cw:%p", cw); return(hotlist_init(cb_t, cw, hl.path)); } static void atari_hotlist_finish(struct core_window *cw) { - LOG(""); + LOG("cw:%p", cw); hotlist_fini(hl.path); } @@ -123,7 +123,7 @@ static short handle_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8]) GRECT tb_area; GUIWIN * gemtk_win; - LOG(""); + LOG("gw:%p", win); tv = (struct atari_treeview_window*) gemtk_wm_get_user_data(win); cw = (struct core_window *)tv; -- cgit v1.2.3