From a541e54631574e7d1abf3c6addec1a30192ffa57 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 3 Oct 2012 13:39:37 +0200 Subject: [PATCH] Cosmetic --- src/client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client.c b/src/client.c index 73bdb49..ace376f 100644 --- a/src/client.c +++ b/src/client.c @@ -615,8 +615,7 @@ static void client_record_ingest(struct client *cl) } else { - yaz_log(YLOG_WARN, "Expected record, but got NULL, offset=%d", - offset); + yaz_log(YLOG_WARN, "Expected record, but got NULL, offset=%d", offset); } } -- 1.7.10.4