X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fcontext.c;h=13ce4b8c9883bbb17e247f4959af48a3b2430d2c;hb=09e7fe5641b94148d998a1b620bf694f353cb17b;hp=6281ba3cb0974874b0974383b45de2a2b1972820;hpb=62eda8640605c19ecd817e274e75717022349732;p=libucw.git diff --git a/images/context.c b/images/context.c index 6281ba3c..13ce4b8c 100644 --- a/images/context.c +++ b/images/context.c @@ -9,8 +9,8 @@ #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" @@ -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