diff --git a/uuu/uuu.cpp b/uuu/uuu.cpp index d057ae9d..fcff2f4e 100644 --- a/uuu/uuu.cpp +++ b/uuu/uuu.cpp @@ -1070,5 +1070,7 @@ int main(int argc, char **argv) /*Wait for the other thread exit, after send out CMD_DONE*/ std::this_thread::sleep_for(std::chrono::milliseconds(100)); + if(!g_verbose) + printf("\n\n\n"); return g_overall_status; }