From 9cae644f09ee79ffea80f800b5b037fd8e12304e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Mar 2001 14:40:57 +0000 Subject: [PATCH 1/1] Minor change of print of item update info. --- ztest/ztest.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"); -- 1.7.10.4