]> mj.ucw.cz Git - libucw.git/blobdiff - images/context.c
Split autoconf.cfg
[libucw.git] / images / context.c
index 6281ba3cb0974874b0974383b45de2a2b1972820..13ce4b8c9883bbb17e247f4959af48a3b2430d2c 100644 (file)
@@ -9,8 +9,8 @@
 
 #undef LOCAL_DEBUG
 
 
 #undef LOCAL_DEBUG
 
-#include "lib/lib.h"
-#include "lib/bbuf.h"
+#include "ucw/lib.h"
+#include "ucw/bbuf.h"
 #include "images/images.h"
 #include "images/error.h"
 
 #include "images/images.h"
 #include "images/error.h"
 
@@ -35,7 +35,7 @@ image_context_cleanup(struct image_context *ctx)
 void
 image_context_msg_default(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
 }
 
 void