Blame SOURCES/bz1307160-virtualdomain-fix-unnecessary-error-when-probing-nonexistent-domain.patch

937446
diff -uNr a/heartbeat/VirtualDomain b/heartbeat/VirtualDomain
937446
--- a/heartbeat/VirtualDomain	2016-04-26 12:22:22.345053246 +0200
937446
+++ b/heartbeat/VirtualDomain	2016-04-26 12:24:27.479535075 +0200
937446
@@ -263,8 +263,6 @@
937446
 
937446
 	if [ -n "$emulator" ]; then
937446
 		basename $emulator
937446
-	else 
937446
-		ocf_log error "Unable to determine emulator for $DOMAIN_NAME" 
937446
 	fi
937446
 }
937446
 
937446
@@ -301,6 +299,7 @@
937446
 			;;
937446
 		# This can be expanded to check for additional emulators
937446
 		*)
937446
+			ocf_log error "Unable to determine emulator for $DOMAIN_NAME" 
937446
 			;;
937446
 	esac
937446