evas filters: Reduce one log level
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 22 Mar 2017 10:21:24 +0000 (19:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 14 Apr 2017 02:26:44 +0000 (11:26 +0900)
src/modules/evas/engines/software_generic/filters/evas_filter_bump.c

index 0e4a800..769ed41 100644 (file)
@@ -137,7 +137,7 @@ _bump_map_cpu_alpha_alpha(Evas_Filter_Command *cmd)
    lxy = sin(fabs(zangle * M_PI / 180.));
    lx = (int) (40.f * (lxy + 1.0) * cos(xyangle * M_PI / 180.));
    ly = (int) (40.f * (lxy + 1.0) * sin(xyangle * M_PI / 180.));
-   INF("Using light vector (%d,%d)", lx, ly);
+   XDBG("Using light vector (%d,%d)", lx, ly);
 
    // Generate light table
    phong = malloc(256 * 256 * sizeof(*phong));