package daemon: Fix typo in error message
This commit is contained in:
@@ -1188,7 +1188,7 @@ private:
|
|||||||
contentPath, FSUtils::Entry(subDirectory));
|
contentPath, FSUtils::Entry(subDirectory));
|
||||||
if (error != B_OK) {
|
if (error != B_OK) {
|
||||||
throw Exception(error,
|
throw Exception(error,
|
||||||
BString().SetToFormat("failed to extracted \"%s\" from package",
|
BString().SetToFormat("failed to extract \"%s\" from package",
|
||||||
contentPath),
|
contentPath),
|
||||||
package->FileName());
|
package->FileName());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user