##// END OF EJS Templates
chg: show debug message for each fd to be closed...
Yuya Nishihara -
r46454:731ea8fa stable
parent child Browse files
Show More
@@ -289,6 +289,7 b' static void execcmdserver(const struct c'
289 289 continue;
290 290 }
291 291 if (fd_value > STDERR_FILENO) {
292 debugmsg("closing fd %ld", fd_value);
292 293 int res = close(fd_value);
293 294 if (res) {
294 295 debugmsg("tried to close fd %ld: %d "
General Comments 0
You need to be logged in to leave comments. Login now