aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-11 01:26:04 +0000
committercorvid <corvid@lavabit.com>2009-09-11 01:26:04 +0000
commit68fc0de443c9561e9859270d5b1169e084f969e6 (patch)
treea0bf62f66264f56e96b1aaa3e5aa66edf535b2cc
parentcd909c95a107081f7e33d7441d8830cf51a0896f (diff)
MSG_WARN for warning
-rw-r--r--src/imgbuf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imgbuf.cc b/src/imgbuf.cc
index f5883606..dc95dd71 100644
--- a/src/imgbuf.cc
+++ b/src/imgbuf.cc
@@ -38,7 +38,7 @@ static uchar_t *Imgbuf_rgb_line(const uchar_t *buf,
for (x = 0; x < width; x++)
memcpy(linebuf + x * 3, cmap + buf[x] * 3, 3);
} else {
- MSG("Gif:: WARNING, image lacks a color map\n");
+ MSG_WARN("Gif:: image lacks a color map\n");
}
break;
case DILLO_IMG_TYPE_GRAY: