Fixed service jid parsing = fixed logging
This commit is contained in:
parent
347ed28618
commit
0466b5b312
1 changed files with 1 additions and 1 deletions
|
@ -1871,7 +1871,7 @@ int main(int argc, char **argv) {
|
|||
p.load(istream);
|
||||
LogString pid, jid;
|
||||
log4cxx::helpers::Transcoder::decode(stringOf(getpid()), pid);
|
||||
log4cxx::helpers::Transcoder::decode(KEYFILE_STRING("service", "service.jid"), jid);
|
||||
log4cxx::helpers::Transcoder::decode(KEYFILE_STRING("service", "jid"), jid);
|
||||
#ifdef _MSC_VER
|
||||
p.setProperty(L"pid", pid);
|
||||
p.setProperty(L"jid", jid);
|
||||
|
|
Loading…
Add table
Reference in a new issue