2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

98_update.pm: delete (repeated) backup return value logging. (Forum #28005)

git-svn-id: https://svn.fhem.de/fhem/trunk@6784 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-10-18 09:12:57 +00:00
parent 0f24c6c390
commit 8671dda84a

View File

@ -122,7 +122,6 @@ doUpdate($$)
uLog 1, "update was canceled. Please check manually!";
return;
}
uLog 1, "Backup: $cmdret";
}
my $remCtrlFile = upd_getUrl($src);