From 84399eebf69d2b9efd66b10142e99d0e7f603723 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Sat, 13 Dec 2025 15:57:03 +0100 Subject: [PATCH] Add newline to archivebuilder output Signed-off-by: Ralph Sennhauser --- source/ps/ArchiveBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ps/ArchiveBuilder.cpp b/source/ps/ArchiveBuilder.cpp index 1a79731381..3a8173f9c2 100644 --- a/source/ps/ArchiveBuilder.cpp +++ b/source/ps/ArchiveBuilder.cpp @@ -176,7 +176,7 @@ void CArchiveBuilder::Build(const OsPath& archive, bool compress) } } - debug_printf("Finished packaging \"%s\".", archive.string8().c_str()); + debug_printf("Finished packaging \"%s\".\n", archive.string8().c_str()); } Status CArchiveBuilder::CollectFileCB(const VfsPath& pathname, const CFileInfo&, const uintptr_t cbData)