mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
updated log message
This commit is contained in:
parent
986d005449
commit
e663aa90cb
1 changed files with 1 additions and 1 deletions
|
@ -617,6 +617,6 @@ func CleanupTempData() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
} else {
|
} else {
|
||||||
log.Println("Directory and its contents deleted successfully")
|
log.Println("temp directory and its contents deleted successfully")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue