Code Duplication    Length = 1-3 lines in 2 locations

scripts/daemon-spotter.php 2 locations

@@ 211-211 (lines=1) @@
208
		    } else $globalSources[$id]['format'] = 'sbs';
209
		    //if ($globalDebug) echo 'Connection in progress to '.$host.'('.$formats[$id].')....'."\n";
210
		}
211
		if ($globalDebug) echo 'Connection in progress to '.$host.':'.$port.' ('.$globalSources[$id]['format'].')....'."\n";
212
            } else {
213
		if ($globalDebug) echo 'Connection failed to '.$host.':'.$port.' : '.$errno.' '.$errstr."\n";
214
    	    }
@@ 212-214 (lines=3) @@
209
		    //if ($globalDebug) echo 'Connection in progress to '.$host.'('.$formats[$id].')....'."\n";
210
		}
211
		if ($globalDebug) echo 'Connection in progress to '.$host.':'.$port.' ('.$globalSources[$id]['format'].')....'."\n";
212
            } else {
213
		if ($globalDebug) echo 'Connection failed to '.$host.':'.$port.' : '.$errno.' '.$errstr."\n";
214
    	    }
215
        }
216
    }
217
}