Author: ggregory
Date: Sat Jul 8 01:56:44 2017
New Revision: 1801255
URL: http://svn.apache.org/viewvc?rev=1801255&view=rev
Log:
[DAEMON-368] Add DEBUG and ERROR logging to help diagnose problems when
starting a Windows Service. Fix change entry.
Modified:
commons/proper/daemon/trunk/src/changes/changes.xml
Modified: commons/proper/daemon/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/changes/changes.xml?rev=1801255&r1=1801254&r2=1801255&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/changes/changes.xml (original)
+++ commons/proper/daemon/trunk/src/changes/changes.xml Sat Jul 8 01:56:44 2017
@@ -39,7 +39,7 @@
</properties>
<body>
<release version="1.1.0" date="2017-MM-DD" description="Feature and bug
fix release">
- <action issue="DAEMON-368" type="update" dev="ggregory" type="add">
+ <action issue="DAEMON-368" type="add" dev="ggregory">
Add DEBUG and ERROR logging to help diagnose problems when starting a
Windows Service.
</action>
<action type="update" dev="markt">