mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Change warning message to debug, since there are cases where 0 results is perfectly fine.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114829 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -204,8 +204,7 @@ static struct ast_variable *realtime_pgsql(const char *database, const char *tab
|
|||||||
}
|
}
|
||||||
ast_free(fieldnames);
|
ast_free(fieldnames);
|
||||||
} else {
|
} else {
|
||||||
ast_log(LOG_WARNING,
|
ast_log(LOG_DEBUG, "Postgresql RealTime: Could not find any rows in table %s.\n", table);
|
||||||
"Postgresql RealTime: Could not find any rows in table %s.\n", table);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ast_mutex_unlock(&pgsql_lock);
|
ast_mutex_unlock(&pgsql_lock);
|
||||||
|
Reference in New Issue
Block a user