diff --git a/components/sceneutil/screencapture.cpp b/components/sceneutil/screencapture.cpp
index c68e83510f..439686a04d 100644
--- a/components/sceneutil/screencapture.cpp
+++ b/components/sceneutil/screencapture.cpp
@@ -124,7 +124,10 @@ namespace SceneUtil
         if (fileName.empty())
             mCallback("Failed to save screenshot");
         else
+        {
             mCallback(Files::pathToUnicodeString(fileName) + " has been saved");
+            Log(Debug::Info) << mScreenshotPath / fileName << " has been saved";
+        }
     }
 
     AsyncScreenCaptureOperation::AsyncScreenCaptureOperation(