diff options
Diffstat (limited to 'src/auditor/taler-auditor-exchange.c')
| -rw-r--r-- | src/auditor/taler-auditor-exchange.c | 11 | 
1 files changed, 5 insertions, 6 deletions
diff --git a/src/auditor/taler-auditor-exchange.c b/src/auditor/taler-auditor-exchange.c index e97fd64d..7e105bc6 100644 --- a/src/auditor/taler-auditor-exchange.c +++ b/src/auditor/taler-auditor-exchange.c @@ -197,12 +197,11 @@ main (int argc,      }      if (0 == qs)      { -      GNUNET_log (GNUNET_ERROR_TYPE_WARNING, -                  (remove_flag) -                  ? -                  "Could not remove exchange from auditor database: entry already absent\n" -                  : -                  "Could not add exchange to auditor database: entry already existed\n"); +      GNUNET_log ( +        GNUNET_ERROR_TYPE_WARNING, +        (remove_flag) +        ? "Could not remove exchange from database: entry already absent\n" +        : "Could not add exchange to database: entry already exists\n");        TALER_AUDITORDB_plugin_unload (adb);        return 4;      }  | 
