remote debug statement
parent
e02c976658
commit
865cb7032a
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue