]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 22 Jun 2012 08:57:47 +0000 (10:57 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 22 Jun 2012 08:58:16 +0000 (10:58 +0200)
bacula/src/dird/ua_restore.c

index ebc9b8437e909d2b29622e492cc4e853564cb1b7..9a9b44d60338e698a21aacf1b2e6df98d5a19358 100644 (file)
@@ -1531,7 +1531,7 @@ void find_storage_resource(UAContext *ua, RESTORE_CTX &rx, char *Storage, char *
                rx.store = store;
                Dmsg1(200, "Set store=%s\n", rx.store->name());
                if (Storage == NULL) {
-                  ua->warning(_("Using Storage \"%s\" from MediaType \"%s\".\n"),
+                  ua->warning_msg(_("Using Storage \"%s\" from MediaType \"%s\".\n"),
                      store->name(), MediaType);
                } else {
                   ua->warning_msg(_("Storage \"%s\" not found, using Storage \"%s\" from MediaType \"%s\".\n"),