summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/PEFCodeManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source/PEFCodeManager.cxx')
-rw-r--r--Private/Source/PEFCodeManager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Private/Source/PEFCodeManager.cxx b/Private/Source/PEFCodeManager.cxx
index 63e8659f..efebef48 100644
--- a/Private/Source/PEFCodeManager.cxx
+++ b/Private/Source/PEFCodeManager.cxx
@@ -53,8 +53,7 @@ PEFLoader::PEFLoader(const char *path) : fCachedBlob(nullptr), fBad(false) {
PEFContainer *container = reinterpret_cast<PEFContainer *>(fCachedBlob);
auto fFree = [&]() -> void {
- kcout << "CodeManager: Warning: Bad executable, program will not be "
- "started!\n";
+ kcout << "CodeManager: Warning: Executable format error!\n";
fBad = true;
ke_delete_ke_heap(fCachedBlob);