Commit 9e8edbdb authored by captainwong's avatar captainwong

fix

parent afb77bba
......@@ -535,7 +535,7 @@ int main(int argc, char** argv)
case 'P':
disable_data_print = !disable_data_print;
printf("Data print is %s\n", disable_data_print ? "On" : "Off");
printf("Data print is %s\n", disable_data_print ? "Off" : "On");
break;
case 'Q':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment