mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-27 01:30:28 +00:00
repair wrong log message by mistake
Signed-off-by: pengjingtong <pengjingtong@huawei.com>
This commit is contained in:
parent
35add05094
commit
31e559f304
@ -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