Added tcpsocket server to module, can connect to Glue but not send/receive messages

This commit is contained in:
aniisaaden
2020-07-29 16:27:47 +02:00
parent b0761a78c8
commit e28c9278f2
4 changed files with 193 additions and 5 deletions

View File

@@ -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;
};