Fix issue with client output in case of non-tty output.

This commit is contained in:
Vsevolod Stakhov 2012-11-19 15:40:30 +04:00
parent 8d3750f608
commit 87e2d17627

View File

@ -274,9 +274,7 @@ show_metric_result (gpointer key, gpointer value, gpointer ud)
if (metric->action) {
PRINT_FUNC ("Action: %s\n", metric->action);
}
else {
PRINT_FUNC ("Symbols: ");
}
PRINT_FUNC ("Symbols: ");
}
if (metric->symbols) {
g_hash_table_foreach (metric->symbols, show_symbol_result, NULL);