From 44b7f814f90194ec418e4c00d16ac56598a0451b Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 17:10:00 +0100 Subject: [PATCH] [fix] --- lib/mfrc522/source/loop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mfrc522/source/loop.php b/lib/mfrc522/source/loop.php index 3d4c5aa..8f7dae1 100755 --- a/lib/mfrc522/source/loop.php +++ b/lib/mfrc522/source/loop.php @@ -199,7 +199,7 @@ /* (1) Update the state with the found action */ for( $c = 0 ; $c < strlen($state) && $c < strlen($action['next']) ; $c++ ){ - slog($c.' - '.$action['next'][$c]); + slog($c.' - '.$action['next'][$c], 'mfrc522:loop'); // {1} If 'x' -> let the current state // if( $action['next'][$c] == 'X' )