From 1c47f8754de28766c17611ca27d872585d5d0222 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 10 Jul 2011 02:23:49 +0000 Subject: MSGs --- src/gif.c | 2 +- src/uicmd.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gif.c b/src/gif.c index 4b5c817c..6911bc87 100644 --- a/src/gif.c +++ b/src/gif.c @@ -677,7 +677,7 @@ static int Gif_decode(DilloGif *gif, const uchar_t *buf, size_t bsize) case 2: /* End code... consume remaining data chunks..? */ goto error; /* Could clean up better? */ default: - printf("dillo_gif_decode: error!\n"); + MSG("Gif_decode: error!\n"); goto error; } } diff --git a/src/uicmd.cc b/src/uicmd.cc index 5573db11..7dc047e6 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -539,7 +539,7 @@ void a_UIcmd_close_bw(void *vbw) UI *ui = BW2UI(bw); Layout *layout = (Layout*)bw->render_layout; - MSG("a_UIcmd_close_bw\n"); + _MSG("a_UIcmd_close_bw\n"); a_Bw_stop_clients(bw, BW_Root + BW_Img + BW_Force); delete(layout); if (ui->tabs()) { -- cgit v1.2.3