You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/05/14 13:13:05 UTC

[commons-daemon] branch master updated: More debug logging in prunsrv.c and javajni.c.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new a47cb96  More debug logging in prunsrv.c and javajni.c.
a47cb96 is described below

commit a47cb96077018b8f0988055895b8347817ff06d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 14 09:13:00 2020 -0400

    More debug logging in prunsrv.c and javajni.c.
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6774c34..97fa651 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,10 +54,13 @@
         procrun. Add additional debug logging for Java start mode.
       </action>
       <action type="fix" dev="markt" due-to="Ray Wang">
-        jsvc. Remove incorrent definition 'supported_os' which defined in 
+        jsvc. Remove incorrect definition 'supported_os' which defined in 
         psupport.m4 file to fix jsvc build error on s390, arm, aarch64, 
         mipsel and mips. 
       </action>
+      <action type="add" dev="ggregory">
+        More debug logging in prunsrv.c and javajni.c.
+      </action>
     </release>
     <release version="1.2.2" date="2019-10-04" description="Bug fix release">
       <action issue="DAEMON-408" type="fix" dev="markt">