summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 02:07:38 -0500
committerJeff Carr <[email protected]>2025-10-04 02:07:38 -0500
commite2310a4fce5f52fe32537e04aa6652402b5b9b4a (patch)
tree35d727c4aa30615ab2caf80aeda2319e83fb3863 /plugin.go
parent913247c7578e8539a12fd7447d1b8e5826884b90 (diff)
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index 3f23223..e4e6810 100644
--- a/plugin.go
+++ b/plugin.go
@@ -257,7 +257,7 @@ func searchPaths(name string) *aplug {
func initToolkit(name string, filename string) *aplug {
// smart plugin test. remove all other code besides this
if err := checkPluginViaSubprocess(filename); err != nil {
- log.Printf("initToolkit() subprocess load plugin failed: %v\n", err)
+ // log.Printf("initToolkit() subprocess load plugin failed: %v\n", err)
return nil
}
// the plugin will probably work. show the banner