Merge branch '1.0-local' into 1.0

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

View File

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