| 1217 |
|
|
| 1218 |
try |
try |
| 1219 |
{ |
{ |
| 1220 |
syslog << logfile::log_head << "Searching article to send ..." << endl; |
// syslog << logfile::log_head << "Searching article to send ..." << endl; |
| 1221 |
|
|
| 1222 |
sql = "select count(*) as cc from innd_todo"; |
sql = "select count(*) as cc from innd_todo"; |
| 1223 |
|
|
| 1275 |
delete(p); |
delete(p); |
| 1276 |
|
|
| 1277 |
base_active::uThreadCount--; |
base_active::uThreadCount--; |
| 1278 |
syslog << logfile::log_head << "Delete send thread ... OK" << endl; |
// syslog << logfile::log_head << "Delete send thread ... OK" << endl; |
| 1279 |
} |
} |
| 1280 |
catch(CException* e) |
catch(CException* e) |
| 1281 |
{ |
{ |