X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2_config.c;h=62e57f86ce8148dc74e2f4e04d04bc593d2ee57e;hb=140a1e1af7987e3e72ff0422e45fe7473a6da716;hp=2ceda8150278ed0154916b88c7bd0dc8f8df6951;hpb=eb092d99708bd6dbf4f1c46c6f478ed1285b48e0;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index 2ceda81..62e57f8 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -795,8 +795,7 @@ static struct conf_server *server_create(struct conf_config *config, } else if (!(*sp)->id && !service_id) { - yaz_log(YLOG_FATAL, "Duplicate unnamed service '%s'", - service_id); + yaz_log(YLOG_FATAL, "Duplicate unnamed service"); break; }