gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: wordier error message


From: gnunet
Subject: [libeufin] branch master updated: wordier error message
Date: Thu, 19 Jan 2023 16:32:18 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 796f8c5c wordier error message
796f8c5c is described below

commit 796f8c5ce572822b4b0e7bf38ebbaaa8a5404675
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 19 16:30:21 2023 +0100

    wordier error message
---
 util/src/main/kotlin/strings.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/src/main/kotlin/strings.kt b/util/src/main/kotlin/strings.kt
index 650380ad..0698d308 100644
--- a/util/src/main/kotlin/strings.kt
+++ b/util/src/main/kotlin/strings.kt
@@ -186,7 +186,7 @@ fun parseUuid(maybeUuid: String): UUID {
     val uuid = try {
         UUID.fromString(maybeUuid)
     } catch (e: Exception) {
-        throw badRequest("$maybeUuid is invalid.")
+        throw badRequest("$maybeUuid is an invalid UUID.")
     }
     return uuid
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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