Index: runtime/vm/log.cc |
diff --git a/runtime/vm/log.cc b/runtime/vm/log.cc |
index d576bebebf79247c6998e17a8bc2ce9c177832b9..b7f65891634e1e78fea1fc654ba4f770fb23d953 100644 |
--- a/runtime/vm/log.cc |
+++ b/runtime/vm/log.cc |
@@ -13,7 +13,8 @@ DEFINE_FLAG(bool, force_log_flush, false, "Always flush log messages."); |
DEFINE_FLAG(charp, isolate_log_filter, NULL, |
"Log isolates whose name include the filter. " |
- "Default: service isolate log messages are suppressed."); |
+ "Default: service isolate log messages are suppressed " |
+ "(specify 'vm-service' to log them)."); |
Log::Log(LogPrinter printer) |
: printer_(printer), |