X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fztest.c;h=32595fe23a8ce0b02b69c25f0692b077b06c43d4;hp=f6c63720947ed0f45f00d7d1b3a3b86af4e5941f;hb=9cae644f09ee79ffea80f800b5b037fd8e12304e;hpb=cb2620919f499439968dffed87671ec823da5afe 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");