diff --git a/src/PlcLicence.cpp b/src/PlcLicence.cpp index c27e95d..07ec556 100644 --- a/src/PlcLicence.cpp +++ b/src/PlcLicence.cpp @@ -544,7 +544,7 @@ bool PlcLicence::CreateLicence() { outputFile.write(reinterpret_cast(totalEncryptedArray), totalEncryptedLength); outputFile.close(); - std::cout << licenseFileName << std::endl; + std::cout << licenseFileName; } else {