]> mj.ucw.cz Git - libucw.git/blobdiff - images/image-tool.c
MergeImages: Added several config options.
[libucw.git] / images / image-tool.c
index e1717569f86ef165331c2856442fc452ac07be13..b211f1969852a999ef52777a8c22a9db8ef2b1a9 100644 (file)
@@ -84,7 +84,7 @@ parse_color(struct color *color, byte *s)
   color_make_rgb(color, (v >> 16) & 255, (v >> 8) & 255, v & 255);
 }
 
-#define MSG(x...) do{ if (verbose) log(L_INFO, ##x); }while(0)
+#define MSG(x...) do{ if (verbose) msg(L_INFO, ##x); }while(0)
 
 int
 main(int argc, char **argv)