From e7c8ee07c85bdf3e7975894de848755a397d23d7 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <harald.pfeiffer@xmart.de>
Date: Fri, 24 Aug 2018 12:39:34 +0200
Subject: Fixed typo - and apt updated message is no error :)

---
 sbin/ln-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sbin/ln-update')

diff --git a/sbin/ln-update b/sbin/ln-update
index dbb380e..b54989c 100755
--- a/sbin/ln-update
+++ b/sbin/ln-update
@@ -265,7 +265,7 @@ case "$UPDCNT" in
 	;;
 	*)
 		[ "$SHUTUP" -ne 1 ]&&echo -e "$RETOGE"
-		[ "$LOGDMP" -eq 1 ]&&logger -p"error" -t"$LOGTARG" "Apt database uodated."
+		[ "$LOGDMP" -eq 1 ]&&logger -p"info" -t"$LOGTARG" "Apt database updated."
 	;;
 esac
 
-- 
cgit v1.2.3