From: Marco van Wieringen Date: Fri, 22 Jun 2012 08:57:47 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c9fe607d9798ae5756a1cf7155302a9013f04df;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index ebc9b8437e..9a9b44d603 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -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"),