diff --git a/inxi b/inxi index 122da4f..8addad3 100755 --- a/inxi +++ b/inxi @@ -273,7 +273,7 @@ error_handler() ;; esac # then print it and exit - print_screen_output "$SCRIPT_NAME: $error_message" + print_screen_output "Error $1: $error_message" exit $1 }