Tweaking waiting message
diff --git a/cache/global_lock.go b/cache/global_lock.go
index f823a6d..bc68f8c 100644
--- a/cache/global_lock.go
+++ b/cache/global_lock.go
@@ -99,7 +99,7 @@
 
 		if !announced {
 			announced = true
-			msg.Info("Waiting on global cache access")
+			msg.Info("Waiting on Glide global cache access")
 		}
 
 		// Check on the lock file every 15 seconds.