]> Pileus Git - aweather/commitdiff
Change some messages to debug messages
authorAndy Spencer <andy753421@gmail.com>
Tue, 14 Feb 2012 18:16:56 +0000 (18:16 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 14 Feb 2012 18:16:56 +0000 (18:16 +0000)
src/plugins/level2.c

index 7a4bb44559e7fb56183872a81cfc45abc01caf81..7b19d83152a606ff38fe8b1555e1d84e99c75d15 100644 (file)
@@ -378,9 +378,9 @@ AWeatherLevel2 *aweather_level2_new_from_file(const gchar *file, const gchar *si
 
        /* Load the radar file */
        RSL_read_these_sweeps("all", NULL);
-       g_message("read start");
+       g_debug("AWeatherLevel2: rsl read start");
        Radar *radar = RSL_wsr88d_to_radar(raw, (gchar*)site);
-       g_message("read done");
+       g_debug("AWeatherLevel2: rsl read done");
        g_free(raw);
        if (!radar)
                return NULL;