diff --git a/check_iostatE b/check_iostatE
index ead85882019f5880e97699c3d28149afe2df1df2..a138db763554385f5a5d96d3ac87ac05c9dedba8 100755
--- a/check_iostatE
+++ b/check_iostatE
@@ -128,7 +128,7 @@ exec $CMD | $GAWK -vverbose=$VERBOSE \
     		} else if (nwarn > 0) { \
     			print "WARNING -", ncrit+nwarn "/" ndisks, "disks with errors (" nsoft, "soft", nhard, "hard", ntran, "transport):" crits warns; exit 1 \
     		} else { \
-    			print "OK -", ndisks, "disks checked with", gtotal, "errors (" nsoft, "soft", nhard, "hard", ntran, "transport):" disks}} \
+    			print "OK -", ndisks, "disks checked with", gtotal, "errors (" nsoft, "soft", nhard, "hard", ntran, "transport)" }} \
 	'