From 19aef28c31d72095dca8ad94f53fadaede0b36bd Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 5 Dec 2006 08:19:50 +0000 Subject: [PATCH] Back out unwanted migration change reported by Richard Mortimer. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3754 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/migrate.c | 3 +-- bacula/src/version.h | 4 ++-- bacula/technotes-1.39 | 2 ++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bacula/src/dird/migrate.c b/bacula/src/dird/migrate.c index 151a4e6260..ada5652471 100644 --- a/bacula/src/dird/migrate.c +++ b/bacula/src/dird/migrate.c @@ -1071,8 +1071,7 @@ void migration_cleanup(JCR *jcr, int TermCode) break; } } else { - msg_type = M_ERROR; /* Generate error message */ - term_msg = _("*** %s Error ***"); + term_msg = _("%s -- no files to migrate"); } bsnprintf(term_code, sizeof(term_code), term_msg, "Migration"); diff --git a/bacula/src/version.h b/bacula/src/version.h index 369efec563..12a34b7f0a 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "1.39.29" -#define BDATE "04 December 2006" -#define LSMDATE "04Dec06" +#define BDATE "05 December 2006" +#define LSMDATE "05Dec06" #define PROG_COPYRIGHT "Copyright (C) %d-2006 Free Software Foundation Europe e.V.\n" #define BYEAR "2006" /* year for copyright messages in progs */ diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index 7d45d8dc98..6d0511eb2e 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -1,6 +1,8 @@ Technical notes on version 1.39 General: +05Dec06 +kes Back out unwanted migration change reported by Richard Mortimer. 04Dec06 kes Make migration with no files to migrate set normal termination. kes Change message when job manually started to say Job queued. ... -- 2.39.5