On Wed, Jan 27, 2021 at 10:47 PM Alexandr Miloslavskiy <alexandr.miloslavs...@syntevo.com> wrote: > > On 27.01.2021 11:34, Johan Corveleyn wrote: > >> + jobject jrequest; > >> + jobject jresponse; > > > > These new fields are not mentioned in the log message. > > > >> @@ -523,7 +527,10 @@ jobject create_Channel(const char *class > >> jmethodID ctor = env->GetMethodID(cls, "<init>", "(J)V"); > > > > ^^ also not mentioned in log message. > > > > (rest looks fine, so if you could amend the commit message with the > > missing details, that'd be great) > > I tried to change commit message, not sure if it actually worked. > > Can you please check?
Yes, perfectly. Thanks. BTW, if you would subscribe to comm...@subversion.apache.org (by sending a mail to commits-subscribe@s.a.o), you would see the log-message-changes (and all commits) from that side too. Not required of course, but I use it as a means to follow along a bit, and to double verify my own commits / changes :). -- Johan