X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Finc.c;h=4068e84b7095ad812a796bf86a5deb92f7c1aac2;hp=4e4fb76ed2982416b3312db798726d1267ee9fce;hb=24da439d2e0361b2e8baf89a729004f7bcc64e4f;hpb=a1cf3df9b7f70a2f1bf4f1f1879ed0621efc475f diff --git a/src/inc.c b/src/inc.c index 4e4fb76ed..4068e84b7 100644 --- a/src/inc.c +++ b/src/inc.c @@ -736,7 +736,7 @@ static IncState inc_pop3_session_do(IncSession *session) g_free(buf); if (session_connect(SESSION(pop3_session), server, port) < 0) { - log_warning(_("Can't connect to POP3 server: %s:%d\n"), + log_warning("Can't connect to POP3 server: %s:%d\n", server, port); if(!prefs_common.no_recv_err_panel) { if((prefs_common.recv_dialog_mode == RECV_DIALOG_ALWAYS) || @@ -1121,7 +1121,7 @@ static void inc_cancel(IncProgressDialog *dialog) session->inc_state = INC_CANCEL; - log_message(_("Incorporation cancelled\n")); + log_message("Incorporation cancelled\n"); } gboolean inc_is_active(void)