Title: [opsview] [11823] Update message so clear that the opspack version of a plugin is used
Revision
11823
Author
tvoon
Date
2013-03-15 16:37:28 +0000 (Fri, 15 Mar 2013)

Log Message

Update message so clear that the opspack version of a plugin is used

Modified Paths


Modified: trunk/opsview-core/lib/Opsview/ResultSet/MonitorPacks.pm
===================================================================
--- trunk/opsview-core/lib/Opsview/ResultSet/MonitorPacks.pm	2013-03-15 15:58:03 UTC (rev 11822)
+++ trunk/opsview-core/lib/Opsview/ResultSet/MonitorPacks.pm	2013-03-15 16:37:28 UTC (rev 11823)
@@ -176,7 +176,9 @@
         my $plugins_rs = $schema->resultset( "Plugins" );
         foreach my $p (@plugins) {
             if ( $plugins_rs->find( { name => $p } ) ) {
-                $logger->warn( "Plugin '$p' already exists" );
+                $logger->warn(
+                    "Plugin '$p' already exists - overwriting with opspack version if no other errors"
+                );
             }
             push @plugins_to_add_to_db, $p;
         }

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to