X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fcontext.c;h=baebb9b8d53d34c20d14a69f97dd524a877f0f83;hb=46ddff89cca52f48ad1ed9eda5d5d9aa0b2f5ea5;hp=6281ba3cb0974874b0974383b45de2a2b1972820;hpb=ab3bc68d40a1728df9ea153e9edb1feabd1be41d;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