diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-27 15:25:46 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-27 15:25:46 +0200 |
commit | 69b098942bd6c5b54d4849564407f9d20e598c06 (patch) | |
tree | e3a4493f92b06ca2d27918946d0567317ffae605 /plugins/samples/tic-tac-toe.c | |
parent | 478ec3693bae5dae8f3d0654e4f405160ce3291f (diff) |
fix formatting error
Change-Id: I1e5842a43a50c357d78f3318b4c0eed8ad1676e2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins/samples/tic-tac-toe.c')
-rw-r--r-- | plugins/samples/tic-tac-toe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/samples/tic-tac-toe.c b/plugins/samples/tic-tac-toe.c index 4bae8d75..79aaaf58 100644 --- a/plugins/samples/tic-tac-toe.c +++ b/plugins/samples/tic-tac-toe.c @@ -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 */ |