remote debug statement

pull/2/head
yuqing 2014-10-29 10:11:22 +08:00
parent e02c976658
commit 865cb7032a
1 changed files with 0 additions and 1 deletions

View File

@ -370,7 +370,6 @@ static int log_delete_matched_old_files(LogContext *pContext,
{ {
snprintf(full_filename, sizeof(full_filename), "%s%s", snprintf(full_filename, sizeof(full_filename), "%s%s",
log_filepath, pEntry->d_name); log_filepath, pEntry->d_name);
fprintf(stderr, "full_filename: %s\n", full_filename);
if (unlink(full_filename) != 0) if (unlink(full_filename) != 0)
{ {
if (errno != ENOENT) if (errno != ENOENT)