[gegl] cl: do not use g_warning to report no cl library



commit e905ac46e62e9bf488fe0ea6ea9373e801b89365
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Fri Mar 23 01:05:09 2012 +0000

    cl: do not use g_warning to report no cl library

 gegl/opencl/gegl-cl-init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/opencl/gegl-cl-init.c b/gegl/opencl/gegl-cl-init.c
index 35e7a4d..fc32328 100644
--- a/gegl/opencl/gegl-cl-init.c
+++ b/gegl/opencl/gegl-cl-init.c
@@ -183,7 +183,7 @@ gegl_cl_init (GError **error)
 
       if (!module)
         {
-          g_warning ("Unable to load OpenCL library");
+          g_message ("Unable to load OpenCL library");
           return FALSE;
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]