changeset 2621:20a0f0e29029

Revert: Do not send debug data to terminal
author Colin Clark <colin.clark@cclark.uk>
date Tue, 03 Oct 2017 10:35:14 +0100
parents 7a7e180298b1
children cad1ce03590d
files src/ui_fileops.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui_fileops.c	Sat Sep 30 18:07:35 2017 +0100
+++ b/src/ui_fileops.c	Tue Oct 03 10:35:14 2017 +0100
@@ -57,6 +57,7 @@
 	gchar *text_l;
 
 	text_l = g_locale_from_utf8(text_utf8, -1, NULL, NULL, NULL);
+	fputs((text_l) ? text_l : text_utf8, stderr);
 	if(command_line && command_line->ssi)
 		secure_fputs(command_line->ssi, (text_l) ? text_l : text_utf8);
 	g_free(text_l);