From: Adam Dickmeiss Date: Mon, 12 Mar 2001 14:40:57 +0000 (+0000) Subject: Minor change of print of item update info. X-Git-Tag: YAZ.1.8~116 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9cae644f09ee79ffea80f800b5b037fd8e12304e Minor change of print of item update info. --- diff --git a/ztest/ztest.c b/ztest/ztest.c index f6c6372..32595fe 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -6,7 +6,10 @@ * Chas Woodfield, Fretwell Downing Datasystems. * * $Log: ztest.c,v $ - * Revision 1.38 2001-02-21 13:46:54 adam + * Revision 1.39 2001-03-12 14:40:57 adam + * Minor change of print of item update info. + * + * Revision 1.38 2001/02/21 13:46:54 adam * C++ fixes. * * Revision 1.37 2001/02/20 11:25:32 adam @@ -307,7 +310,7 @@ int ztest_esrequest (void *handle, bend_esrequest_rr *rr) yaz_log (LOG_LOG, " recordInsert"); break; case Z_IUOriginPartToKeep_recordReplace: - yaz_log (LOG_LOG, " recordUpdate"); + yaz_log (LOG_LOG, " recordReplace"); break; case Z_IUOriginPartToKeep_recordDelete: yaz_log (LOG_LOG, " recordDelete");