Skip to content

Commit 3c55638

Browse files
pkarashchenkoOuss4
authored andcommitted
examples/chrono: fix typo in log message
Signed-off-by: Petro Karashchenko <[email protected]>
1 parent 9ea52c1 commit 3c55638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chrono/chrono_main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static int chrono_daemon(int argc, char *argv[])
157157
if (ret < 0)
158158
{
159159
int errcode = errno;
160-
printf("chrono_daemon: ERROR: ioctl(BTNIOC_SUPPORTED) failed: %d\n",
160+
printf("chrono_daemon: ERROR: ioctl(BTNIOC_REGISTER) failed: %d\n",
161161
errcode);
162162
goto errout_with_fd;
163163
}

0 commit comments

Comments
 (0)