X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fimage-dup-test.c;h=2695cd788f3e2401c31da067b431582307edfb4e;hb=3b11910d0ccaab0510c87291cdfa93ee5c6674a6;hp=cbd37e5a89e5b00eaff3c62a546f8614fa54a73c;hpb=f079adbc69c1521039ee8c6b3aaac5eb209889cd;p=libucw.git diff --git a/images/image-dup-test.c b/images/image-dup-test.c index cbd37e5a..2695cd78 100644 --- a/images/image-dup-test.c +++ b/images/image-dup-test.c @@ -46,7 +46,7 @@ static struct option longopts[] = { "transormations", 0, 0, 't' }, { NULL, 0, 0, 0 } }; - + static uns verbose = 1; static byte *file_name_1; static byte *file_name_2; @@ -55,7 +55,7 @@ static enum image_format format_2; static struct color background_color; static uns transformations = IMAGE_DUP_TRANS_ALL; -#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)