mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-30 11:10:30 +00:00
!344 修复--control printf打印修改错误
Merge pull request !344 from pengjingtong/master
This commit is contained in:
commit
c7b5686bf0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user