summaryrefslogtreecommitdiffstats
path: root/src/ui.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-10-27 12:47:45 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-10-27 12:47:45 (EDT)
commitd1bb2690d4892c63db6de266dfdde9dc434a187d (patch)
treea69fd14b53b4b77f11795cc888284017db59e0ee /src/ui.sh
parent33b86b5b03a29264812790aaff0e492c36a9fbe5 (diff)
downloadfirman.sh-d1bb2690d4892c63db6de266dfdde9dc434a187d.zip
firman.sh-d1bb2690d4892c63db6de266dfdde9dc434a187d.tar.gz
firman.sh-d1bb2690d4892c63db6de266dfdde9dc434a187d.tar.bz2
ui/cli: Write warnings and errors to stderr
Also put dbg() before other functions.
Diffstat (limited to 'src/ui.sh')
-rw-r--r--src/ui.sh2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-ui_functions='info warn err dbg show_menu'
+ui_functions='dbg info warn err show_menu'
init_ui()
{