When I reload res_odbc.so I get a NOTICE

When I reload res_odbc.so I get a NOTICE. Could this be an error and how can I solve this?

module reload res_odbc.so
Module ‘res_odbc.so’ reloaded successfully.
– Reloading module ‘res_odbc.so’ (ODBC resource)
== Parsing ‘/etc/asterisk/res_odbc.conf’: Found
[2016-12-30 02:43:34] NOTICE[24608]: res_odbc.c:617 load_odbc_config: Registered ODBC class ‘asterisk’ dsn->[asterisk-connector]

@oladapoadebowale I’m most of the time reading all the new posts and always trying to help, but I decided stop answering your posts, because you main issue is that it seems you refuse to learn the asterisk’s basic before jump to advanced stuff, and also when someone answer one of your questions , you start flooding with tons of questions who are not asterisk related , and the ones who are related to asterisk could be easily answer by yourself , if you take some time to read the basic asterisk documentation http://www.asteriskdocs.org/

Anyway I will asnwer your question and I will also leave a link on how to setup ODBC connection http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_configuring_odbc.html

Verbose

General ‘chatter’ about what is
happening on the system.
Verbosity levels greater than 3
display dialplan commands as
they are executed. This
generates lots of log information

Debug

Debug messages, normally only
used by programmers to extract
extended information

Notice

Non urgent alert messages

Warning

Warning alert messages,
something happened that might
be bad. Some tell you how bad
the warning is

Error

Error messages, something bad
happened – These should be rare.

Thank you @ambiorixg12 I was just surprised that I get the NOTICE message because in my last Asterisk 13.10.0 I didn’t get it but in this new Asterisk 13.13.1 I am getting. I wanted to ask if it is some upgrade on some configuration files. Thank you very much