Skip to content

Add Simpledump process details#136

Open
puffyCid wants to merge 1 commit into
mainfrom
simpledump-fix
Open

Add Simpledump process details#136
puffyCid wants to merge 1 commit into
mainfrom
simpledump-fix

Conversation

@puffyCid

Copy link
Copy Markdown
Collaborator

Process info fix for Simpledump log entries. Should fix #134

Comment thread src/unified_log.rs
Comment on lines -595 to +596
process_uuid: simpledump.dsc_uuid.to_owned(),
process_uuid: String::new(),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to use rust's Option type

Maybe in can/should be done in a later PR/rewrite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

simpledump.dsc_uuid used as process_uuid

2 participants