gcc/ChangeLog:
PR plugins/93746
* plugin.cc (try_init_one_plugin): Add missing colon in error
message.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
/* Check the plugin license. */
if (dlsym (dl_handle, str_license) == NULL)
fatal_error (input_location,
- "plugin %s is not licensed under a GPL-compatible license"
+ "plugin %s is not licensed under a GPL-compatible license:"
" %s", plugin->full_name, dlerror ());
PTR_UNION_AS_VOID_PTR (plugin_init_union)