Author: abrander
Date: 2009-12-28 02:07:58 +0100 (Mon, 28 Dec 2009)
New Revision: 2867
Modified:
branches/rawstudio-ng-color/plugins/lensfun/lensfun.c
Log:
Changed a few g_warning() to g_debug().
Modified: branches/rawstudio-ng-color/plugins/lensfun/lensfun.c
===================================================================
--- branches/rawstudio-ng-color/plugins/lensfun/lensfun.c 2009-12-28
00:42:19 UTC (rev 2866)
+++ branches/rawstudio-ng-color/plugins/lensfun/lensfun.c 2009-12-28
01:07:58 UTC (rev 2867)
@@ -418,7 +418,7 @@
}
} else
{
- g_warning("Lensfun: Camera not found. Using camera from
same manufacturer.");
+ g_debug("Lensfun: Camera not found. Using camera from
same manufacturer.");
/* Try same manufacturer to be able to use
CA-correction and vignetting */
cameras = lf_db_find_cameras(lensfun->ldb,
lensfun->make, NULL);
if (cameras)
@@ -431,7 +431,7 @@
if (!lensfun->selected_lens && lensfun->selected_camera)
{
- g_warning("Lensfun: Lens not found. Using neutral
lense.");
+ g_debug("Lensfun: Lens not found. Using neutral
lense.");
if (ABS(lensfun->tca_kr) + ABS(lensfun->tca_kb) +
ABS(lensfun->vignetting_k1) +
ABS(lensfun->vignetting_k2) + ABS(lensfun->vignetting_k3)
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit