]> mj.ucw.cz Git - libucw.git/blobdiff - images/context.c
Opt: Documented opt and its interaction with conf
[libucw.git] / images / context.c
index 6281ba3cb0974874b0974383b45de2a2b1972820..1248e8850f6e47696dfa3868aeeec2b8d60a3d44 100644 (file)
@@ -9,10 +9,10 @@
 
 #undef LOCAL_DEBUG
 
-#include "lib/lib.h"
-#include "lib/bbuf.h"
-#include "images/images.h"
-#include "images/error.h"
+#include <ucw/lib.h>
+#include <ucw/bbuf.h>
+#include <images/images.h>
+#include <images/error.h>
 
 #include <string.h>
 
@@ -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