~cjcurran/+junk/soundnua-gtk-warnings

« back to all changes in this revision

Viewing changes to soundnua/gvc-combo-box.c

  • Committer: Conor Curran
  • Date: 2012-04-10 20:14:04 UTC
  • Revision ID: conor.curran@canonical.com-20120410201404-9waj7u3ar8ki3bk2
replace all prints with g_debugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
                k = l->data;
219
219
                
220
220
                p = g_hash_table_lookup (profiles, k);
221
 
                g_print ("set profiles - key %s \n profile %s \n human profile %s",
 
221
                g_debug ("set profiles - key %s \n profile %s \n human profile %s",
222
222
                         k,
223
223
                         p->profile,
224
224
                         p->human_profile);