mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Add missing newlines to CLI logging
........ Merged revisions 361471 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361472 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1718,7 +1718,7 @@ static int rfcomm_read_result(int rsock, char **buf, size_t count, size_t *in_co
|
||||
return 1;
|
||||
|
||||
e_return:
|
||||
ast_log(LOG_ERROR, "error parsing AT result on rfcomm socket");
|
||||
ast_log(LOG_ERROR, "error parsing AT result on rfcomm socket\n");
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user