mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Added tcpsocket server to module, can connect to Glue but not send/receive messages
This commit is contained in:
@@ -293,7 +293,7 @@ namespace openspace {
|
||||
return true;
|
||||
}
|
||||
if (!FileSys.fileExists(absPath(_speckFile))) {
|
||||
LERROR(fmt::format("No path to speckFile found'", _speckFile));
|
||||
LERROR(fmt::format("No path to speckFile found {}", _speckFile));
|
||||
return false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user