printout fixes for UnixFileGuard #468
Reference in New Issue
Block a user
Delete Branch "eive/fsfw:mueller/unix-file-guard-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -16,3 +20,2 @@#elsesif::printError("%sOpening device failed with error code %d.\n", diagnosticPrefix);sif::printWarning("Error description: %s\n", strerror(errno));sif::printWarning("%sOpening device failed with error code %d: %s\n",Shouldn't there be a space between diagnosticPrefix and "Opening..." ?
Maybe this and a colon would be more clean. Then it needs to be adapted for the ostream implementation as well and some calling code needs to be adapted