- Timestamp:
- Feb 11, 2008 9:08:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionUnix.cpp
r4842 r6884 383 383 else 384 384 { 385 LOG(("PR_Poll returned an error\n")); 385 LOG(("PR_Poll returned error %d (%s), os error %d\n", PR_GetError(), 386 PR_ErrorToName(PR_GetError()), PR_GetOSError())); 386 387 rv = NS_ERROR_UNEXPECTED; 387 388 }
Note:
See TracChangeset
for help on using the changeset viewer.