Fix editing accounts and add more descriptive information of why it fails.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16504 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
João Mesquita
2010-01-24 20:18:24 +00:00
parent 62341a9526
commit e3ea7c61bb
6 changed files with 30 additions and 5 deletions

View File

@@ -183,7 +183,6 @@ static switch_status_t do_config(void)
settings.beginGroup("FreeSWITCH/conf");
if (settings.childGroups().isEmpty())
{
qDebug() << "We are settings default.";
setQSettingsDefaults();
}
settings.endGroup();