X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=xml.c;h=53caec588ea6c617575e9fb4982d160dac5e5c6f;hb=9f70beb818ec40ca1c8edbd1ee4ee9a50185d60c;hp=98f2f8b003c87599e8164adc5164e2904cdab0f8;hpb=44b0ec8816c3cf1a5858fec0c51e075cedefc3eb;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;