gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: UX


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: UX
Date: Tue, 08 Oct 2019 15:38:05 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 40811b1  UX
40811b1 is described below

commit 40811b1ccee6d84b3d27d3cce3759a3cc8e57b45
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 8 15:38:00 2019 +0200

    UX
---
 nexus/src/main/kotlin/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 9566670..136f7fa 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -50,12 +50,12 @@ fun main() {
                         "https://ebicstest1.libeufin.tech/";
                     )
                 } catch (e: ServerResponseException) {
-                    logger.info("Request ended bad.")
+                    logger.info("Request ended bad (${e.response.status}).")
                 }
+
                 call.respondText("Not implemented!\n")
                 return@post
             }
-
         }
     }
 

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



reply via email to

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