]> mj.ucw.cz Git - leo.git/blobdiff - xml.c
Introduced multiple data sources
[leo.git] / xml.c
diff --git a/xml.c b/xml.c
index 98f2f8b003c87599e8164adc5164e2904cdab0f8..53caec588ea6c617575e9fb4982d160dac5e5c6f 100644 (file)
--- 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;