From d1bb2690d4892c63db6de266dfdde9dc434a187d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 27 Oct 2015 12:47:45 -0400 Subject: ui/cli: Write warnings and errors to stderr Also put dbg() before other functions. --- (limited to 'src/ui.sh') diff --git a/src/ui.sh b/src/ui.sh index ea4071e..603f714 100644 --- a/src/ui.sh +++ b/src/ui.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -ui_functions='info warn err dbg show_menu' +ui_functions='dbg info warn err show_menu' init_ui() { -- cgit v0.9.1