Changeset - 0466b5b31207
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-10-29 10:25:04
hanzz.k@gmail.com
Fixed service jid parsing = fixed logging
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)