From df3150c6531abdd9ec72d98e33c7398eb8bdc532 Mon Sep 17 00:00:00 2001 From: Thomas Glatthor Date: Tue, 29 Jan 2008 21:18:56 +0000 Subject: [PATCH] my => may git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6338 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/autochanger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5