]> Git Repo - qemu.git/blobdiff - util/module.c
module: Don't complain when a module is absent
[qemu.git] / util / module.c
index 9fd30309ae3b1f7fdf9ddf9b30174ee5b3563f7c..4bd4a94d87f290d374a456c28d9f802fc426c9bd 100644 (file)
@@ -209,9 +209,6 @@ static void module_load(module_init_type type)
                 break;
             }
         }
-        if (ret == -ENOENT) {
-            fprintf(stderr, "Can't find module: %s\n", *mp);
-        }
     }
 
     for (i = 0; i < ARRAY_SIZE(dirs); i++) {
This page took 0.019506 seconds and 4 git commands to generate.