Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32509007
D5002.1767093142.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
983 B
Referenced Files
None
Subscribers
None
D5002.1767093142.diff
View Options
diff --git a/services/commtest/tests/backup/pull_backup.rs b/services/commtest/tests/backup/pull_backup.rs
--- a/services/commtest/tests/backup/pull_backup.rs
+++ b/services/commtest/tests/backup/pull_backup.rs
@@ -113,18 +113,18 @@
if holder.len() == 0 {
continue;
}
- println!("attachments for the backup: {}", holders);
+ println!("attachments for the backup: {}", holder);
result
.backup_item
.attachments_holders
.push(holder.to_string());
}
} else if state == State::Log {
+ println!("attachments for the log {:?}: {}", current_id, holders);
for holder in holders_split {
if holder.len() == 0 {
continue;
}
- println!("attachments for the log: {}", holders);
let log_items_size = result.log_items.len() - 1;
result.log_items[log_items_size]
.attachments_holders
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 11:12 AM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5867055
Default Alt Text
D5002.1767093142.diff (983 B)
Attached To
Mode
D5002: [services] Backup - Tests - Pull Backup - Improve logging
Attached
Detach File
Event Timeline
Log In to Comment