From: Thomas Glatthor Date: Tue, 29 Jan 2008 21:18:56 +0000 (+0000) Subject: my => may X-Git-Tag: Release-3.0.0~1941 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fabcef94870209a07c167ea9a9da2e543359bfaa;p=bacula%2Fbacula my => may git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6338 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index 1d9cad0eba..d04171d28a 100644 --- a/bacula/src/stored/autochanger.c +++ b/bacula/src/stored/autochanger.c @@ -147,7 +147,7 @@ int autoload_device(DCR *dcr, int writing, BSOCK *dir) changer = get_pool_memory(PM_FNAME); if (slot <= 0) { Jmsg(jcr, M_INFO, 0, _("Invalid slot=%d defined in catalog for Volume \"%s\" " - "on %s. Manual load my be required.\n"), slot, dcr->VolCatInfo.VolCatName, + "on %s. Manual load may be required.\n"), slot, dcr->VolCatInfo.VolCatName, dev->print_name()); rtn_stat = 0; } else if (!dcr->device->changer_name) {