updated log message
This commit is contained in:
parent
986d005449
commit
e663aa90cb
|
|
@ -617,6 +617,6 @@ func CleanupTempData() {
|
|||
if err != nil {
|
||||
log.Fatal(err)
|
||||
} else {
|
||||
log.Println("Directory and its contents deleted successfully")
|
||||
log.Println("temp directory and its contents deleted successfully")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue