diff src/gtk/gtkui.c @ 677:8990a8a26ccf

2005-1-24 Brian Masney <masneyb@gftp.org> * lib/protocols.c lib/rfc959.c src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/transfer.c src/gtk/view-dialog.c src/uicommon/gftpui.c - make sure the logging level gftp_logging_error is used for all error messages
author masneyb
date Tue, 25 Jan 2005 02:34:19 +0000
parents 05c67a33b071
children f41c33110f8e
line wrap: on
line diff
--- a/src/gtk/gtkui.c	Tue Jan 25 01:55:01 2005 +0000
+++ b/src/gtk/gtkui.c	Tue Jan 25 02:34:19 2005 +0000
@@ -270,7 +270,7 @@
       edttext = gtk_entry_get_text (GTK_ENTRY (ddata->edit));
       if (*edttext == '\0')
         {
-          ftp_log (gftp_logging_misc, NULL,
+          ftp_log (gftp_logging_error, NULL,
                    _("Operation canceled...you must enter a string\n"));
           return;
         }