fix logging

This commit is contained in:
Andre Puschmann 2018-01-18 16:56:31 +01:00
parent 0d5c110246
commit b04d49abd3
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ hss::read_db_file(std::string db_filename)
std::vector<std::string> split = split_string(line,',');
if(split.size()!=5)
{
m_hss_log->error("Error parsing .csv file %d\n");
m_hss_log->error("Error parsing UE database\n");
return false;
}
hss_ue_ctx_t *ue_ctx = new hss_ue_ctx_t;