summaryrefslogtreecommitdiff
path: root/main/devicestate.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/devicestate.c')
-rw-r--r--main/devicestate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/devicestate.c b/main/devicestate.c
index 839557485..1199e68ab 100644
--- a/main/devicestate.c
+++ b/main/devicestate.c
@@ -456,7 +456,7 @@ static void do_state_change(const char *device, enum ast_devstate_cache cachable
state = _ast_device_state(device, 0);
- ast_debug(3, "Changing state for %s - state %d (%s)\n", device, state, ast_devstate2str(state));
+ ast_debug(3, "Changing state for %s - state %u (%s)\n", device, state, ast_devstate2str(state));
ast_publish_device_state(device, state, cachable);
}