print to stderr

This commit is contained in:
Laurent Sansonetti
2013-03-25 08:52:36 +01:00
parent d5b655b0c7
commit d3b4da10da

View File

@@ -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],