]> mj.ucw.cz Git - libucw.git/blobdiff - images/context.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / images / context.c
index 6281ba3cb0974874b0974383b45de2a2b1972820..baebb9b8d53d34c20d14a69f97dd524a877f0f83 100644 (file)
@@ -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