!344 修复--control printf打印修改错误

Merge pull request !344 from pengjingtong/master
This commit is contained in:
openharmony_ci 2023-07-12 14:17:54 +00:00 committed by Gitee
commit c7b5686bf0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -995,7 +995,7 @@ bool SubCommandRecord::CreateFifoServer()
return false;
}
close(fd);
printf("%s control hiperf sampling success.\n", restart_ ? "start" : "creat");
printf("%s control hiperf sampling success.\n", restart_ ? "start" : "create");
}
return true;
}