gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: remove string formattin


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: remove string formatting where not needed
Date: Mon, 15 May 2017 11:14:44 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b49d9ab  remove string formatting where not needed
b49d9ab is described below

commit b49d9ab822d960c9548a999172c12612a3394fcf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 15 11:14:40 2017 +0200

    remove string formatting where not needed
---
 taler-bank-manage.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-bank-manage.in b/taler-bank-manage.in
index 01655c8..ec594fc 100644
--- a/taler-bank-manage.in
+++ b/taler-bank-manage.in
@@ -66,7 +66,7 @@ def handle_serve_uwsgi(args):
               "--master",
               "--die-on-term",
               "--log-format", uwsgi_logfmt,
-              "--wsgi-file", "@prefix@/share/taler-bank/%s.wsgi"]
+              "--wsgi-file", "@prefix@/share/taler-bank/bank.wsgi"]
     if "tcp" == serve_uwsgi:
         port = tc["bank"]["uwsgi_port"].value_int(required=True)
         spec = ":%d" % (port,)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]