Skip to content

Fix misleading error message in Engine::export() #167

@coderabbitai

Description

@coderabbitai

Description

The error message in Engine::export() method says "Failed to get torrents", but the operation is actually exporting the engine state. This could confuse debugging efforts.

Location

File: crates/libtortillas/src/engine/mod.rs
Line: 276

The error message should be changed to accurately reflect the operation being performed (e.g., "Failed to export engine state").

References

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions