summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/ui_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc
index f16c326eab..5df4a9e63c 100644
--- a/gtk2_ardour/ui_config.cc
+++ b/gtk2_ardour/ui_config.cc
@@ -356,7 +356,7 @@ UIConfiguration::load_color_theme (bool allow_own)
ColorsChanged ();
} else {
- warning << string_compose (_("Color file for %1 not found"), color_file.get()) << endmsg;
+ warning << string_compose (_("Color file for %1 not found along %2"), color_file.get(), theme_search_path().to_string()) << endmsg;
}
return 0;