Typo fixed and debug left-over removed.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40837 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2011-03-06 10:34:16 +00:00
parent 45739d5d4b
commit 670fbd136a

View File

@ -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;