X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fcontext.c;h=baebb9b8d53d34c20d14a69f97dd524a877f0f83;hb=c4bf633211b0424492b5a3937d6a6d2e0d79a4cf;hp=6281ba3cb0974874b0974383b45de2a2b1972820;hpb=0e5c5828c3f3e1abd14bd012827e6b467075290b;p=libucw.git diff --git a/images/context.c b/images/context.c index 6281ba3c..baebb9b8 100644 --- a/images/context.c +++ b/images/context.c @@ -35,7 +35,7 @@ image_context_cleanup(struct image_context *ctx) void image_context_msg_default(struct image_context *ctx) { - log(ctx->msg_code >> 24, "%s", ctx->msg); + msg(ctx->msg_code >> 24, "%s", ctx->msg); } void