small refactoring

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@619 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-07-05 15:21:06 +00:00
parent 50cb88c5ed
commit 262ba10443
5 changed files with 31 additions and 56 deletions

View File

@@ -145,7 +145,12 @@ size_t i;
request.param_table.push_back(param);
log << log3 << "FP: Param: name=" << param.name << ", value=" << param.value << logend;
log << log3 << "FP: Param: name=" << param.name;
if( !param.value.empty() )
log << ", value=" << param.value;
log << logend;
}