From 469ead78f7d5c5868a77bbdfe89555fa28399fc5 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Mon, 3 Aug 2015 13:00:00 +1000 Subject: Fix typo in 8c45d4 preventing compile --- libs/ardour/vst_info_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index 61158d705a..fc7f5edb7b 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -425,7 +425,7 @@ vstfx_infofile_for_read (const char* dllpath) } } PBD::warning << "Ignored VST plugin which is newer than cache: " << dllpath << " (cache: " << path << " )" << endmsg; - PBD::into << "Re-Scan Plugins (Preferences > Plugis) to update the cache, also make sure your system-time is set correctly." << endmsg; + PBD::info << "Re-Scan Plugins (Preferences > Plugis) to update the cache, also make sure your system-time is set correctly." << endmsg; } return NULL; } -- cgit v1.2.3