Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainlib / menu.c
index bcca5347eabc8014f9ed33a4a5a4ca96adf12e8b..22dcd016f23655e0d7f787ad6bc93300ee1daa9b 100644 (file)
@@ -16,6 +16,7 @@
  * MA 02111-1307, USA.
  */
 
+#include <lttv/lttv.h>
 #include <lttv/menu.h>
 
 
@@ -27,7 +28,7 @@ inline LttvMenus *lttv_menus_new() {
  * (functions).
  */
 inline void lttv_menus_destroy(LttvMenus *h) {
-  g_critical("lttv_menus_destroy()");
+  g_debug("lttv_menus_destroy()");
   g_array_free(h, TRUE);
 }
 
This page took 0.022334 seconds and 4 git commands to generate.