diff --git a/src/bin/shell/error.c b/src/bin/shell/error.c index a0a074d..fcc89e9 100755 --- a/src/bin/shell/error.c +++ b/src/bin/shell/error.c @@ -24,6 +24,6 @@ #include void error(int errorCode,char *errorMsg) { - printf("ERROR: #%i Message: %s\n"); + printf("ERROR: #%i Message: %s\n", errorMsg); exit(errorCode); - } \ No newline at end of file + }