mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Remove unnecessary warning message, make a couple of formatting tweaks
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1062,7 +1062,6 @@ static int csv_quote(struct ast_channel *chan, const char *cmd, char *data, char
|
||||
}
|
||||
|
||||
if (ast_strlen_zero(data)) {
|
||||
ast_log(LOG_WARNING, "No argument specified!\n");
|
||||
ast_copy_string(buf, "\"\"", len);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user