
interchange-cvs at icdevgroup
Jun 15, 2009, 7:11 AM
Post #1 of 1
(335 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. 4bc89c13f3bf0bb149c894ebc9ec19ac2a90af5e
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via 4bc89c13f3bf0bb149c894ebc9ec19ac2a90af5e (commit) from 971f87f032682c8fd0af23d98c91f5e443b6a2fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4bc89c13f3bf0bb149c894ebc9ec19ac2a90af5e Author: Stefan Hornburg (Racke) <racke [at] linuxia> Date: Mon Jun 15 16:10:39 2009 +0200 Added job group name to error message on missing catalog. ----------------------------------------------------------------------- Summary of changes and diff: WHATSNEW-5.7 | 5 +++++ lib/Vend/Dispatch.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 2b736c5..04024e5 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -164,6 +164,11 @@ Checks * Allow custom error messages for email_only check. +Jobs +---- + +* Added job group name to error message on missing catalog. + Admin UI -------- diff --git a/lib/Vend/Dispatch.pm b/lib/Vend/Dispatch.pm index defe699..17445c1 100644 --- a/lib/Vend/Dispatch.pm +++ b/lib/Vend/Dispatch.pm @@ -719,7 +719,7 @@ sub run_in_catalog { $g = $Global::Catalog{$cat}; unless (defined $g) { - logGlobal( "Can't find catalog '%s'" , $cat ); + logGlobal( "Can't find catalog '%s' for jobs group %s" , $cat, $job ); return undef; } hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|