taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c7468b230e2c22a2c53ce95eb6f33f8bf2a53bbd
parent 0e1693f4358ee02c733c3f24bf573f02a9cd4f67
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 18 Jan 2018 15:50:14 +0100

typo

Diffstat:
Mbin/taler-log-adapter | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 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