Index: trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/JFCReplayIDCalculator.java
===================================================================
--- trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/JFCReplayIDCalculator.java	(revision 835)
+++ trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/JFCReplayIDCalculator.java	(revision 836)
@@ -114,9 +114,10 @@
 			   if (validator.validateReplayID("w" + hashCode)){
 				   System.out.println("ID w" + hashCode + " is valid.");
+				   System.out.println("==> " + currentSpec + " describes a known component.");
 			   }
 			   else{
-				    System.err.println(currentSpec + " describes an unknown component.");
-			   		System.err.println("ID w" + hashCode + " is unknown." );
-			   		System.err.println();
+				   System.err.println("ID w" + hashCode + " is unknown." );
+				   System.err.println("==> " + currentSpec + " describes an unknown component.");
+				   System.err.println();
 			   }
 		   }
