repair wrong log message by mistake

Signed-off-by: pengjingtong <pengjingtong@huawei.com>
This commit is contained in:
pengjingtong 2023-07-12 20:25:46 +08:00
parent 35add05094
commit 31e559f304

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;
}