Downgraded a frequent message from NOTE to INFO.

Cleaned up spurious tabs at end of lines.


git-svn-id: http://voip.null.ro/svn/yate@5006 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-04-12 17:33:11 +00:00
parent cbc05c9ad3
commit fee86bd33a
1 changed files with 10 additions and 10 deletions

View File

@ -1279,7 +1279,7 @@ bool RadiusClient::prepareAttributes(NamedList& params, bool forAcct, String* us
// remember the name of the NAS section
m_section = *nasSect;
Debug(&__plugin,DebugNote,"Using sections [%s] and [%s] for %s",
Debug(&__plugin,DebugInfo,"Using sections [%s] and [%s] for %s",
m_section.c_str(),servName.c_str(),forAcct ? "accounting" : "authentication");
addAttribute("User-Name",username);
addAttribute("Calling-Station-Id",caller);