Index: /soft/giet_vm/hello/main.c
===================================================================
--- /soft/giet_vm/hello/main.c	(revision 386)
+++ /soft/giet_vm/hello/main.c	(revision 387)
@@ -18,5 +18,5 @@
 		giet_tty_printf(" hello world\n");
         giet_tty_getc((void*)&byte);
-        if ( byte == 'q' ) giet_exit();
+        if ( byte == 'q' ) giet_exit("quit command received");
 	}
 } // end main
