From d3b4da10da6b14a9db07666f30c40d246f90bc86 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Mon, 25 Mar 2013 08:52:36 +0100 Subject: [PATCH] print to stderr --- bin/deploy.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.m b/bin/deploy.m index 4b369fd4..79c9d915 100644 --- a/bin/deploy.m +++ b/bin/deploy.m @@ -453,7 +453,7 @@ start_debugger(am_device_t dev) // If we need to attach an external debugger, we can stop here. if (getenv("no_start")) { - printf("device_support_path: %s\nremote_app_path: %s\n"\ + fprintf(stderr, "device_support_path: %s\nremote_app_path: %s\n"\ "debug_server_socket_path: %s\n", [device_support_path fileSystemRepresentation], [app_remote_path fileSystemRepresentation],