commit e4bdc34

Michael Forney  ·  2014-01-22 11:19:36 +0000 UTC
parent f206987
drm: Use WARNING
1 files changed,  +2, -2
+2, -2
 1@@ -402,13 +402,13 @@ bool swc_drm_create_screens(struct wl_list * screens)
 2             if (!find_available_crtc(resources, connector, taken_crtcs,
 3                                      &crtc_index))
 4             {
 5-                printf("couldn't find crtc for connector %u\n", index);
 6+                WARNING("Could not find CRTC for connector %u\n", index);
 7                 continue;
 8             }
 9 
10             if (!find_available_id(&id))
11             {
12-                printf("no more available output IDs\n");
13+                WARNING("No more available output IDs\n");
14                 break;
15             }
16