From: Florian G. <re...@us...> - 2008-02-17 23:09:59
|
Update of /cvsroot/perfparse/_perfparse/libpp_mysql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4365/libpp_mysql Modified Files: del_policy.c Log Message: typo Index: del_policy.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libpp_mysql/del_policy.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** del_policy.c 13 Feb 2008 22:50:32 -0000 1.10 --- del_policy.c 17 Feb 2008 23:09:58 -0000 1.11 *************** *** 571,575 **** } if(time(NULL)-t0 > 60) { ! pp_lof_fl(LOG_DEBUG,_("wait 5 sec. to let other transactions run.\n")); sleep(5); t0=time(NULL); --- 571,575 ---- } if(time(NULL)-t0 > 60) { ! pp_log_fl(LOG_DEBUG,_("wait 5 sec. to let other transactions run.\n")); sleep(5); t0=time(NULL); |