@@ -60,18 +60,13 @@ [super dealloc]; } - (OFString*)description { - if (_errNo != 0) - return [OFString stringWithFormat: - @"Failed to move item at path %@ to %@: %@", - _sourcePath, _destinationPath, of_strerror(_errNo)]; - else - return [OFString stringWithFormat: - @"Failed to move item at path %@ to %@!", - _sourcePath, _destinationPath]; + return [OFString stringWithFormat: + @"Failed to move item at path %@ to %@: %@", + _sourcePath, _destinationPath, of_strerror(_errNo)]; } - (OFString*)sourcePath { OF_GETTER(_sourcePath, true)