summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-08-03 13:00:00 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-08-03 13:00:00 +1000
commit469ead78f7d5c5868a77bbdfe89555fa28399fc5 (patch)
treefea503144d4d39c1e01be7f5e9a9a9436db4f0d9 /libs/ardour/vst_info_file.cc
parentf6fa4581b0a0df9670b83dbea62c123b651a60bf (diff)
Fix typo in 8c45d4 preventing compile
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc2
1 files changed, 1 insertions, 1 deletions
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;
}