summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-09-10 15:12:24 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2012-09-10 15:12:24 +0200
commit98ea7e5a4b65fc98b0f82df60ecd3c4222d68adc (patch)
tree21efe6fba0159641b1b12bab1dd4ccf531d6fca4
parentaf59e95e2da41ee238be31174ac35a17cb2b6c78 (diff)
NEWS: include information about syncevo-http-server fixsyncevolution-1-3
Only affects pre-releases.
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cde58ccf..1e6754a9 100644
--- a/NEWS
+++ b/NEWS
@@ -828,6 +828,16 @@ out officially as the next stable release.
those do not contain a slash
(http://www.iana.org/assignments/media-types/image/index.html).
+* syncevo-http-server: fixed printing of server debug output
+
+ Python failed to call logSyncEvoOutput() after adding the additional
+ 'process' parameter to LogOutput because it extracts all four
+ parameters and then cannot pass them to logSyncEvoOutput().
+
+ Now logSyncEvoOutput() uses the new process information to instantiate
+ a logger with the right prefix, using 'sync' as fallback for messages
+ without that information (as before).
+
* Some minor code and test cleanup.