Only output debugging information when debugging

This commit is contained in:
Pierre Pronchery 2018-01-18 03:25:12 +01:00
parent 157f601a76
commit cdad9900e4

View File

@ -92,7 +92,9 @@ static gboolean _smscrypt_confirm(SMSCrypt * smscrypt, char const * message)
int res;
(void) smscrypt;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s()\n", __func__);
#endif
dialog = gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO, "%s",
#if GTK_CHECK_VERSION(2, 6, 0)