mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
Removed temp printk
This commit is contained in:
parent
6c86c14a9b
commit
ca75ba0ac5
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ void aha_record_sys_clone(int pid, int ppid)
|
|||
|
||||
aha_create_filename((char*)&filename,filename__size);
|
||||
snprintf((char*)&buf, buf__size,"out/%s",filename);
|
||||
printk("filename: %s\n",filename);
|
||||
fd = os_open_file(buf,flg,mode);
|
||||
if (fd > 0){
|
||||
__aha_set_type_tag(fd,(char*)&buf,buf__size,CLONE_MESSAGE);
|
||||
|
|
Loading…
Reference in a new issue