diff --git a/common/utils.c b/common/utils.c index d8ecee94a..cc5640514 100644 --- a/common/utils.c +++ b/common/utils.c @@ -203,7 +203,7 @@ void *load_plugin_library (enum UTILS_PLUGIN_LIBRARY_TYPE eLibraryType, const ch if (validate_plugin_version() != UTILS_PLUGIN_STATUS_OK ) { - BUG("Plugin version is not matching \n"); + BUG("Plugin version is not matching, consider running hp-plugin command \n"); return pHandler; } }