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:
parent
45739d5d4b
commit
670fbd136a
@ -398,7 +398,7 @@ WorkerThread::_PerformInstall(BMenu* srcMenu, BMenu* targetMenu)
|
|||||||
// Create the default indices which should always be present on a proper
|
// 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.
|
// 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
|
// 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);
|
err = _CreateDefaultIndices(targetDirectory);
|
||||||
if (err != B_OK)
|
if (err != B_OK)
|
||||||
goto error;
|
goto error;
|
||||||
@ -565,7 +565,6 @@ WorkerThread::_CreateDefaultIndices(const BPath& targetDirectory) const
|
|||||||
info.name, errno, strerror(errno));
|
info.name, errno, strerror(errno));
|
||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
printf("created index: %s\n", info.name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user