X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=xml.c;h=53caec588ea6c617575e9fb4982d160dac5e5c6f;hb=b5ad4205a047a4be68e74c82f5637b13bd3f6896;hp=98f2f8b003c87599e8164adc5164e2904cdab0f8;hpb=bc432588d79bf0c0ba61430e0b6fc4c8e754eef6;p=leo.git diff --git a/xml.c b/xml.c index 98f2f8b..53caec5 100644 --- a/xml.c +++ b/xml.c @@ -168,8 +168,6 @@ static void h_etag(struct xml_context *ctx) void osm_xml_parse(const char *name) { - msg(L_INFO, "Loading %s", name); - struct xml_context ctx; xml_init(&ctx); ctx.h_warn = ctx.h_error = ctx.h_fatal = h_error;