Index: b/src/sman/sman.c =================================================================== --- a/src/sman/sman.c 2013-04-03 19:12:46.000000000 +0400 +++ b/src/sman/sman.c 2013-04-03 19:12:53.000000000 +0400 @@ -450,7 +450,6 @@ const char* command = oa_concatenate_string(root_dir,HypertexProgram); if (readablep(command) != 1) { - fprintf(stderr, "Hypertex program not found.\n"); return; } if (PasteFile){ @@ -480,8 +479,6 @@ if (readablep(command) == 1) spawn_of_hell(command, DoItAgain); - else - fprintf(stderr, "Graphics program not found.\n"); } /* Start the core executable session in a separate process, */