Remove an extra line and change the console message.
This commit is contained in:
parent
5752f732b0
commit
fe904dfc1c
|
|
@ -41,8 +41,7 @@ extension = argv[1];
|
|||
else
|
||||
require "resources.functions.database_handle";
|
||||
dbh = database_handle('switch');
|
||||
freeswitch.consoleLog("NOTICE", "[eavesdrop] using freeswitch db\n");
|
||||
|
||||
freeswitch.consoleLog("NOTICE", "[eavesdrop] using the database\n");
|
||||
end
|
||||
|
||||
--exits the script if we didn't connect properly
|
||||
|
|
|
|||
Loading…
Reference in New Issue