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