summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-27 15:25:46 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-27 15:25:46 +0200
commit69b098942bd6c5b54d4849564407f9d20e598c06 (patch)
treee3a4493f92b06ca2d27918946d0567317ffae605 /plugins
parent478ec3693bae5dae8f3d0654e4f405160ce3291f (diff)
fix formatting error
Change-Id: I1e5842a43a50c357d78f3318b4c0eed8ad1676e2 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/samples/tic-tac-toe.c2
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 */