1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

updated log message

This commit is contained in:
Prince 2024-09-03 19:49:56 -07:00
parent 986d005449
commit e663aa90cb

View file

@ -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")
}
}