Index: runtime/vm/message_handler.cc |
=================================================================== |
--- runtime/vm/message_handler.cc (revision 34133) |
+++ runtime/vm/message_handler.cc (working copy) |
@@ -251,8 +251,9 @@ |
if (FLAG_trace_isolates) { |
OS::Print("[-] Closing port:\n" |
"\thandler: %s\n" |
- "\tport: %" Pd64 "\n", |
- name(), port); |
+ "\tport: %" Pd64 "\n" |
+ "\tports: %" Pd"/%" Pd "\n", |
turnidge
2014/03/20 20:28:57
consider tagging control and live like this:
|
+ name(), port, control_ports_, live_ports_); |
} |
} |