summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network b/src/network
index 88ae1b0..6a46e02 100644
--- a/src/network
+++ b/src/network
@@ -9,7 +9,7 @@ STATE_DIR="/var/run/network/"
# err msg
# output specified message
err_append() {
- stat_append " - $*"
+ echo " - $*"
}
err() {