Make some output if we think the wrapper needn't be modified

It's not clear this logic is what we want, but at least make such things
visible.
This commit is contained in:
David Benjamin 2011-04-02 21:47:21 -04:00
parent 3628084743
commit 10f43d1b9c
1 changed files with 4 additions and 0 deletions

View File

@ -1072,6 +1072,10 @@ static int update_plugin(const char *plugin_path)
printf(" nspluginwrapper ident mismatch, reinstalling plugin\n");
ret = install_plugin(plugin_info.path, &plugin_info);
}
else {
if (g_verbose)
printf(" wrapper ident matches and NPAPI plugin is unmodified, skipping\n");
}
return ret;
}