mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
remove a debugging console message that shouldn't've been checked in
This commit is contained in:
@@ -795,7 +795,7 @@ addinfo( TrTorrent * tor, enum ipc_msg msgid, int torid, int types,
|
||||
}
|
||||
else
|
||||
{
|
||||
tr_stat_t * st = tr_torrent_stat( tor );
|
||||
const tr_stat_t * st = tr_torrent_stat( tor );
|
||||
return ipc_addstat( val, torid, st, types );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -306,8 +306,7 @@ msgwin_loadpref( void )
|
||||
{
|
||||
int level = TR_MSG_INF;
|
||||
textbuf = debug_window_text_buffer_new ( );
|
||||
gboolean b = tr_prefs_get_int( PREF_ID_MSGLEVEL, &level );
|
||||
g_message ("level from prefs: %d (b==%d)", level, (int)b );
|
||||
tr_prefs_get_int( PREF_ID_MSGLEVEL, &level );
|
||||
tr_setMessageLevel( level );
|
||||
tr_setMessageQueuing( TRUE );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user