From 7a446e6754b21eae1b0cfe3b0cf737ac2be964a9 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 25 Jan 2011 13:16:28 +0100 Subject: Tell which geoip file we're parsing --- src/or/geoip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or') diff --git a/src/or/geoip.c b/src/or/geoip.c index d4e279f53..e5694b961 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -214,7 +214,7 @@ geoip_load_file(const char *filename, or_options_t *options) smartlist_free(geoip_entries); } geoip_entries = smartlist_create(); - log_notice(LD_GENERAL, "Parsing GEOIP file."); + log_notice(LD_GENERAL, "Parsing GEOIP file %s.", filename); while (!feof(f)) { char buf[512]; if (fgets(buf, (int)sizeof(buf), f) == NULL) -- cgit v1.2.3