From: Dennis Schafroth Date: Tue, 20 Sep 2011 10:13:19 +0000 (+0200) Subject: Add target url to missing limitmap warning X-Git-Tag: v1.6.3~12 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3ae3cb006afc68eefad30f1a3f0674e58a74fe5f;p=pazpar2-moved-to-github.git Add target url to missing limitmap warning --- diff --git a/src/client.c b/src/client.c index ba2567d..5bebb59 100644 --- a/src/client.c +++ b/src/client.c @@ -970,8 +970,8 @@ static void apply_limit(struct session_database *sdb, } if (!s) { - yaz_log(YLOG_WARN, "limit %s used, but no limitmap defined", - name); + yaz_log(YLOG_WARN, "Target %s: limit %s used, but no limitmap defined", + (sdb->database ? sdb->database->url : ""), name); } } }