diff --git a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
index ff3af4f..96e6b65 100644
--- a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
+++ b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
@@ -31,7 +31,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
             ` --channel ` +  channel +
             //` --channelKey ` + channelKey +        
             " --appliteDir  \`pwd\`/../bin";
-    
+    console.log(shell)
             
         await callfile.exec(shell)
             return true