added lib dir

This commit is contained in:
wangyu
2017-08-05 20:44:48 +08:00
parent 7bd2fa7ab8
commit 82a0adf081
9 changed files with 28 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ int clear_iptables_rule()
strcat(buf,iptables_rule);
if(system(buf)==0)
{
mylog(log_warn,"iptables rule cleared\n",buf);
mylog(log_warn,"iptables rule cleared by: %s \n",buf);
}
else
{