gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: removing inappropriate i18n code


From: gnunet
Subject: [taler-exchange] branch master updated: removing inappropriate i18n code
Date: Fri, 27 Mar 2020 20:39:18 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 163b23f2 removing inappropriate i18n code
163b23f2 is described below

commit 163b23f27a7f6179489956de791794d4f475f61e
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 20:39:15 2020 +0100

    removing inappropriate i18n code
---
 src/auditor/taler-auditor-exchange.c           |  2 +-
 src/auditor/taler-auditor-httpd.c              |  2 +-
 src/auditor/taler-auditor-sign.c               |  2 +-
 src/auditor/taler-helper-auditor-aggregation.c |  2 +-
 src/auditor/taler-helper-auditor-coins.c       |  2 +-
 src/exchange-tools/taler-exchange-keyup.c      |  2 +-
 src/exchange/taler-exchange-httpd.c            |  2 +-
 src/exchangedb/exchangedb_denomkeys.c          |  3 +--
 src/lib/exchange_api_handle.c                  | 20 ++++++++------------
 9 files changed, 16 insertions(+), 21 deletions(-)

diff --git a/src/auditor/taler-auditor-exchange.c 
b/src/auditor/taler-auditor-exchange.c
index 7e105bc6..41df335b 100644
--- a/src/auditor/taler-auditor-exchange.c
+++ b/src/auditor/taler-auditor-exchange.c
@@ -109,7 +109,7 @@ main (int argc,
                                  cfgfile))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                _ ("Malformed configuration file `%s', exit ...\n"),
+                "Malformed configuration file `%s', exit ...\n",
                 cfgfile);
     GNUNET_free_non_null (cfgfile);
     return 1;
diff --git a/src/auditor/taler-auditor-httpd.c 
b/src/auditor/taler-auditor-httpd.c
index d6b60157..c8432704 100644
--- a/src/auditor/taler-auditor-httpd.c
+++ b/src/auditor/taler-auditor-httpd.c
@@ -576,7 +576,7 @@ main (int argc,
                                  cfgfile))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                _ ("Malformed configuration file `%s', exit ...\n"),
+                "Malformed configuration file `%s', exiting ...\n",
                 cfgfile);
     GNUNET_free_non_null (cfgfile);
     return 1;
diff --git a/src/auditor/taler-auditor-sign.c b/src/auditor/taler-auditor-sign.c
index 0863282d..62f56590 100644
--- a/src/auditor/taler-auditor-sign.c
+++ b/src/auditor/taler-auditor-sign.c
@@ -211,7 +211,7 @@ main (int argc,
                                  cfgfile))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                _ ("Malformed configuration file `%s', exit ...\n"),
+                "Malformed configuration file `%s', exiting ...\n",
                 cfgfile);
     GNUNET_free_non_null (cfgfile);
     return 1;
diff --git a/src/auditor/taler-helper-auditor-aggregation.c 
b/src/auditor/taler-helper-auditor-aggregation.c
index e0fe1e2c..190b7260 100644
--- a/src/auditor/taler-helper-auditor-aggregation.c
+++ b/src/auditor/taler-helper-auditor-aggregation.c
@@ -1388,7 +1388,7 @@ analyze_aggregations (void *cls)
     return qs;
   }
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              _ ("Concluded aggregation audit step at %llu\n"),
+              "Concluded aggregation audit step at %llu\n",
               (unsigned long long) ppa.last_wire_out_serial_id);
 
   return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
diff --git a/src/auditor/taler-helper-auditor-coins.c 
b/src/auditor/taler-helper-auditor-coins.c
index 50e801d3..24d49034 100644
--- a/src/auditor/taler-helper-auditor-coins.c
+++ b/src/auditor/taler-helper-auditor-coins.c
@@ -2419,7 +2419,7 @@ analyze_coins (void *cls)
     return qs;
   }
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              _ ("Concluded coin audit step at %llu/%llu/%llu/%llu/%llu\n"),
+              "Concluded coin audit step at %llu/%llu/%llu/%llu/%llu\n",
               (unsigned long long) ppc.last_deposit_serial_id,
               (unsigned long long) ppc.last_melt_serial_id,
               (unsigned long long) ppc.last_refund_serial_id,
diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 70f74aa4..544e9634 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -1395,7 +1395,7 @@ run (void *cls,
     GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
                                "exchange",
                                "LOOKAHEAD_SIGN",
-                               _ ("must not be zero"));
+                               "must not be zero");
     global_ret = 1;
     return;
   }
diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index feb599bd..f1777cf7 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1249,7 +1249,7 @@ main (int argc,
                                  cfgfile))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                _ ("Malformed configuration file `%s', exit ...\n"),
+                "Malformed configuration file `%s', exit ...\n",
                 cfgfile);
     GNUNET_free_non_null (cfgfile);
     return 1;
diff --git a/src/exchangedb/exchangedb_denomkeys.c 
b/src/exchangedb/exchangedb_denomkeys.c
index b7603df5..6c546586 100644
--- a/src/exchangedb/exchangedb_denomkeys.c
+++ b/src/exchangedb/exchangedb_denomkeys.c
@@ -481,8 +481,7 @@ revocations_iterate_cb (void *cls,
           &ric->master_pub->eddsa_pub))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                  _ (
-                    "Invalid revocation file `%s' found and ignored (bad 
signature)\n"),
+                  "Invalid revocation file `%s' found and ignored (bad 
signature)\n",
                   filename);
       return GNUNET_OK;
     }
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index db74b156..a9d28a6a 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -282,8 +282,7 @@ TEAH_acc_confirmation_cb (void *cls,
   if (MHD_HTTP_OK != http_status)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                _ (
-                  "Failed to submit deposit confirmation to auditor `%s' with 
HTTP status %d (EC: %d). This is acceptable if it does not happen often.\n"),
+                "Failed to submit deposit confirmation to auditor `%s' with 
HTTP status %d (EC: %d). This is acceptable if it does not happen often.\n",
                 ale->auditor_url,
                 http_status,
                 (int) ec);
@@ -312,8 +311,7 @@ TEAH_get_auditors_for_dc (struct TALER_EXCHANGE_Handle *h,
   if (NULL == h->auditors_head)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                _ (
-                  "No auditor available for exchange `%s'. Not submitting 
deposit confirmations.\n"),
+                "No auditor available for exchange `%s'. Not submitting 
deposit confirmations.\n",
                 h->url);
     return;
   }
@@ -676,7 +674,7 @@ auditor_version_cb (
   {
     /* In this case, we don't mark the auditor as 'up' */
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                _ ("Auditor `%s' gave unexpected version response.\n"),
+                "Auditor `%s' gave unexpected version response.\n",
                 ale->auditor_url);
     return;
   }
@@ -684,19 +682,18 @@ auditor_version_cb (
   if (0 != (TALER_AUDITOR_VC_INCOMPATIBLE & compat))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                _ ("Auditor `%s' runs incompatible protocol version!\n"),
+                "Auditor `%s' runs incompatible protocol version!\n",
                 ale->auditor_url);
     if (0 != (TALER_AUDITOR_VC_OLDER & compat))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                  _ ("Auditor `%s' runs outdated protocol version!\n"),
+                  "Auditor `%s' runs outdated protocol version!\n",
                   ale->auditor_url);
     }
     if (0 != (TALER_AUDITOR_VC_NEWER & compat))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                  _ (
-                    "Auditor `%s' runs more recent incompatible version. We 
should upgrade!\n"),
+                  "Auditor `%s' runs more recent incompatible version. We 
should upgrade!\n",
                   ale->auditor_url);
     }
     return;
@@ -1297,7 +1294,7 @@ keys_completed_cb (void *cls,
     for (unsigned int i = 0; i<kd_old.num_denom_keys; i++)
       kd.denom_keys[i].key.rsa_public_key
         = GNUNET_CRYPTO_rsa_public_key_dup (
-        kd_old.denom_keys[i].key.rsa_public_key);
+            kd_old.denom_keys[i].key.rsa_public_key);
 
     kd.num_auditors = kd_old.num_auditors;
     kd.auditors = GNUNET_new_array (kd.num_auditors,
@@ -2035,8 +2032,7 @@ TALER_EXCHANGE_disconnect (struct TALER_EXCHANGE_Handle 
*exchange)
     {
       GNUNET_assert (aie->ale == ale);
       GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                  _ (
-                    "Not sending deposit confirmation to auditor `%s' due to 
exchange disconnect\n"),
+                  "Not sending deposit confirmation to auditor `%s' due to 
exchange disconnect\n",
                   ale->auditor_url);
       TALER_AUDITOR_deposit_confirmation_cancel (aie->dch);
       GNUNET_CONTAINER_DLL_remove (ale->ai_head,

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



reply via email to

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