# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1213787736 0
# Node ID fef0b1953770db87e9383175615157b549ae1aea
# Parent  7b8961141042d452b8a76030ff5b57f319858794
Minor change.

diff -r 7b8961141042 -r fef0b1953770 master/master.c
--- a/master/master.c	Wed Jun 18 11:13:30 2008 +0000
+++ b/master/master.c	Wed Jun 18 11:15:36 2008 +0000
@@ -1319,7 +1319,7 @@
         }
     }
 
-    if (found) {
+    if (found) { // config with same alias/position already existing
         if (master->debug_level) {
             EC_INFO("Using existing slave configuration for %u:%u\n",
                     alias, position);