|
@@ -588,7 +588,7 @@ static void dir_fresh(upload_dir_t *dir, const char *path)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- Dbg("the time error! file %s", file_path);
|
|
|
+ Dbg("the time error!");
|
|
|
}
|
|
|
}
|
|
|
#else
|
|
@@ -662,7 +662,7 @@ static void dir_fresh(upload_dir_t *dir, const char *path)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- Dbg("the time error! file %s", file_path);
|
|
|
+ Dbg("the time error!");
|
|
|
}
|
|
|
}
|
|
|
|