fix formatting error
[src/app-framework-binder.git] / plugins / samples / tic-tac-toe.c
index 4bae8d7..79aaaf5 100644 (file)
@@ -390,7 +390,7 @@ static void move(struct afb_req req)
        }
 
        /* applies the move */
-       INFO(afbitf, "method 'move' for boardid %d, index=%d", board->id, index);
+       INFO(afbitf, "method 'move' for boardid %d, index=%s", board->id, index);
        add_move(board, i);
 
        /* replies */