Skip to content

Commit b5faabd

Browse files
add debug logs.
1 parent cc7fb27 commit b5faabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tsharedmemory_unix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ bool TSharedMemory::create(size_t size)
7575
return true;
7676

7777
error:
78-
tSystemError("SharedMemory create error. name:{} size:{} [{}:{}]", _name, (qulonglong)size, __FILE__, __LINE__);
78+
tSystemError("SharedMemory create error. name:{} size:{} errno:{} [{}:{}]", _name, (qulonglong)size, errno, __FILE__, __LINE__);
7979

8080
if (_fd > 0) {
8181
tf_close(_fd);

0 commit comments

Comments
 (0)