Merge branch '1.0-local' into 1.0

This commit is contained in:
xdrm-brackets 2017-02-23 16:31:58 +01:00
commit 23f39fe25f
1 changed files with 2 additions and 2 deletions

View File

@ -388,10 +388,10 @@
// {2} If not updated -> error //
if( !$updateds )
slog("Cannot update chips to '".implode('',$state)."'", 'mfrc522:loop');
slog("Cannot update chips to '".implode('',get_gstate())."'", 'mfrc522:loop');
// {3} If updated -> success //
else
slog("Chips updated to ".implode('',$state)."'", 'mfrc522:loop');
slog("Chips updated to ".implode('',get_gstate())."'", 'mfrc522:loop');
/* (3) If not performed -> log error */
}else