iface-modem-location: don't print location info to syslog with info level

Use debug level, which has to be explicitly requested by the user.

https://bugs.freedesktop.org/show_bug.cgi?id=87498
This commit is contained in:
Aleksander Morgado
2014-12-26 16:36:32 +01:00
parent 3b2ed15abd
commit 0dd707a279

View File

@@ -218,7 +218,7 @@ notify_gps_location_update (MMIfaceModemLocation *self,
const gchar *dbus_path;
dbus_path = g_dbus_object_get_object_path (G_DBUS_OBJECT (self));
mm_info ("Modem %s: GPS location updated",
mm_dbg ("Modem %s: GPS location updated",
dbus_path);
/* We only update the property if we are supposed to signal
@@ -288,7 +288,7 @@ notify_3gpp_location_update (MMIfaceModemLocation *self,
const gchar *dbus_path;
dbus_path = g_dbus_object_get_object_path (G_DBUS_OBJECT (self));
mm_info ("Modem %s: 3GPP location updated "
mm_dbg ("Modem %s: 3GPP location updated "
"(MCC: '%u', MNC: '%u', Location area code: '%lX', Cell ID: '%lX')",
dbus_path,
mm_location_3gpp_get_mobile_country_code (location_3gpp),
@@ -405,7 +405,7 @@ notify_cdma_bs_location_update (MMIfaceModemLocation *self,
const gchar *dbus_path;
dbus_path = g_dbus_object_get_object_path (G_DBUS_OBJECT (self));
mm_info ("Modem %s: CDMA BS location updated "
mm_dbg ("Modem %s: CDMA BS location updated "
"(Longitude: '%lf', Latitude: '%lf')",
dbus_path,
mm_location_cdma_bs_get_longitude (location_cdma_bs),