small refactoring
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@619 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user