From e663aa90cb640f7e05d0d8bb8aae85845308c04a Mon Sep 17 00:00:00 2001 From: Prince Date: Tue, 3 Sep 2024 19:49:56 -0700 Subject: [PATCH] updated log message --- src/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/utils.go b/src/utils/utils.go index f55bb703..3538aa8c 100644 --- a/src/utils/utils.go +++ b/src/utils/utils.go @@ -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") } }