Skip to content

Commit 7776563

Browse files
committed
2 parents 604121e + 1f495b7 commit 7776563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/communication_protocols/cli/src/utcp_cli/cli_communication_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ async def call_tool(self, caller, tool_name: str, tool_args: Dict[str, Any], too
609609
# Build combined shell script with output capture
610610
shell_script = self._build_combined_shell_script(tool_call_template.commands, tool_args)
611611

612-
self._log_info(f"Executing combined shell script:\n{shell_script}")
612+
self._log_info("Executing combined shell script")
613613

614614
# Execute the combined script in a single subprocess
615615
stdout, stderr, return_code = await self._execute_shell_script(

0 commit comments

Comments
 (0)