mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
Add missing newline
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -614,7 +614,7 @@ static void cli_qualify_contacts(struct ast_cli_args *a, const char *endpoint_na
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
ast_cli(a->fd, "Sending qualify to endpoint %s", endpoint_name);
|
ast_cli(a->fd, "Sending qualify to endpoint %s\n", endpoint_name);
|
||||||
ao2_callback(contacts, OBJ_NODATA, cli_on_contact, a);
|
ao2_callback(contacts, OBJ_NODATA, cli_on_contact, a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user