]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Remove unneeded call to gettext()
authorEric Bollengier <eric@baculasystems.com>
Mon, 14 Nov 2022 16:08:23 +0000 (17:08 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
bacula/src/lib/bsockcore.c

index 611a3daf95f1a1c1adade4a7af2a031f16960d4d..51c080365edc1fd0ccdede5e16fdb86be9884880 100644 (file)
@@ -251,7 +251,7 @@ bool BSOCKCORE::connect(JCR * jcr, int retry_interval, utime_t max_retry_time,
       if (fatal || (jcr && job_canceled(jcr))) {
          goto bail_out;
       }
-      Dmsg4(50, _("Unable to connect to %s on %s:%d. ERR=%s\n"),
+      Dmsg4(50, "Unable to connect to %s on %s:%d. ERR=%s\n",
             name, host, port, be.bstrerror());
       if (i < 0) {
          i = 60 * 5;               /* complain again in 5 minutes */