From 670fbd136a6edeb0a5536e1c52a8d9e0198e1150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 6 Mar 2011 10:34:16 +0000 Subject: [PATCH] Typo fixed and debug left-over removed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40837 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/WorkerThread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/installer/WorkerThread.cpp b/src/apps/installer/WorkerThread.cpp index ab6ae3e013..6b0feeeaae 100644 --- a/src/apps/installer/WorkerThread.cpp +++ b/src/apps/installer/WorkerThread.cpp @@ -398,7 +398,7 @@ WorkerThread::_PerformInstall(BMenu* srcMenu, BMenu* targetMenu) // Create the default indices which should always be present on a proper // boot volume. We don't care if the source volume does not have them. // After all, the user might be re-installing to another drive and may - // want to problems fixed along the way... + // want problems fixed along the way... err = _CreateDefaultIndices(targetDirectory); if (err != B_OK) goto error; @@ -565,7 +565,6 @@ WorkerThread::_CreateDefaultIndices(const BPath& targetDirectory) const info.name, errno, strerror(errno)); return errno; } - printf("created index: %s\n", info.name); } return B_OK;