summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-log-adapter6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/taler-log-adapter b/bin/taler-log-adapter
index 01faf73..52dc15c 100755
--- a/bin/taler-log-adapter
+++ b/bin/taler-log-adapter
@@ -16,10 +16,8 @@
# @author Florian Dold
"""
-Wrapper for programs that log to stderr.
-
-Redirects logs to a file specified by a path with strfmt-style placeholders
-in them.
+Wrapper for programs that log to stderr. Redirects logs to a file specified by
+a path with strfmt-style placeholders in it.
"""
from subprocess import Popen, PIPE