diff --git a/es-app/src/PDFViewer.cpp b/es-app/src/PDFViewer.cpp index 0d695ba96..a01a1a949 100644 --- a/es-app/src/PDFViewer.cpp +++ b/es-app/src/PDFViewer.cpp @@ -74,7 +74,7 @@ bool PDFViewer::startPDFViewer(FileData* game) mScaleFactor = 1.0f; if (!getDocumentInfo()) { - LOG(LogError) << "PDFViewer: Couldn't load file \"" << mManualPath; + LOG(LogError) << "PDFViewer: Couldn't load file \"" << mManualPath << "\""; NavigationSounds::getInstance().playThemeNavigationSound(SCROLLSOUND); ViewController::getInstance()->stopViewVideos(); return false;