summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network b/src/network
index 7dbe536..3766172 100644
--- a/src/network
+++ b/src/network
@@ -9,11 +9,11 @@ STATE_DIR="/var/run/network/"
# err msg
# output specified message
err_append() {
-echo -n $*
+ stat_append " - $*"
}
err() {
-echo $*
+ printhl "$*"
}
### Profile loading