From: Adam Dickmeiss Date: Mon, 13 Mar 2006 12:14:00 +0000 (+0000) Subject: Omit unnecessary warnings in ztest sample code. X-Git-Tag: YAZ.2.1.14~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1e8eb130ff83dedfb7382ca3e38651add9894662 Omit unnecessary warnings in ztest sample code. --- diff --git a/ztest/ztest.c b/ztest/ztest.c index ce3363e..c5f7432 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: ztest.c,v 1.77 2006-02-19 18:37:20 adam Exp $ + * $Id: ztest.c,v 1.78 2006-03-13 12:14:00 adam Exp $ */ /* @@ -410,16 +410,6 @@ int ztest_esrequest (void *handle, bend_esrequest_rr *rr) } } } - else if (rr->esr->taskSpecificParameters->which == Z_External_update0) - { - yaz_log(log_level, "Received DB Update (version 0)"); - } - else - { - yaz_log (YLOG_WARN, "Unknown Extended Service(%d)", - rr->esr->taskSpecificParameters->which); - - } return 0; }