changed: comment cpluff log line to reduce log spew
authorspiff <spiff@xbmc.org>
Tue, 19 Apr 2011 21:30:56 +0000 (23:30 +0200)
committerspiff <spiff@xbmc.org>
Tue, 19 Apr 2011 21:31:37 +0000 (23:31 +0200)
lib/cpluff/libcpluff/pinfo.c

index 46ff865..cfbf049 100644 (file)
@@ -194,7 +194,7 @@ CP_C_API cp_plugin_info_t * cp_get_plugin_info(cp_context_t *context, const char
                // Lookup plug-in information
                if (id != NULL) {
                        if ((node = hash_lookup(context->env->plugins, id)) == NULL) {
-                               cpi_warnf(context, N_("Could not return information about unknown plug-in %s."), id);
+                               //cpi_warnf(context, N_("Could not return information about unknown plug-in %s."), id);
                                status = CP_ERR_UNKNOWN;
                                break;
                        }