fixed error message

This commit is contained in:
inxi-svn 2011-06-08 08:55:21 +00:00
parent 5654a8bffd
commit 034a197d8d

2
inxi
View file

@ -6069,7 +6069,7 @@ print_machine_data()
fi fi
IFS="$ORIGINAL_IFS" IFS="$ORIGINAL_IFS"
else else
system_line="${RED}Error:${C2} No machine data found. Only newer kernels support this feature.${CN}" system_line="${C2}No machine data found. Your kernel does not support this feature.${CN}"
fi fi
system_line=$( create_print_line "Machine:" "$system_line" ) system_line=$( create_print_line "Machine:" "$system_line" )
print_screen_output "$system_line" print_screen_output "$system_line"