Kaydet (Commit) da3d37b9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Be specific in the logging as multiple threads involved

Sure, each SAL_INFO output line includes the thread ID, but still,
good to avoid confusion from where this line is coming.

Change-Id: Idc531640e661ed363c7badbad8b83fbb43eaf3ad
üst f6a02947
......@@ -152,7 +152,7 @@ sal_Int32 OSXBluetoothWrapper::readLine( rtl::OString& aLine )
s << *p;
}
}
SAL_INFO( "sdremote.bluetooth", " mBuffer: \"" << s.str() << "\"" );
SAL_INFO( "sdremote.bluetooth", "OSXBluetoothWrapper::readLine mBuffer: \"" << s.str() << "\"" );
#endif
// got enough bytes to return a line?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment