Skip to content

Issue 6345 - Ensure all slapi_log_err calls end format strings with newline character \n#6346

Merged
droideck merged 2 commits into389ds:mainfrom
droideck:i6345
Sep 28, 2024
Merged

Issue 6345 - Ensure all slapi_log_err calls end format strings with newline character \n#6346
droideck merged 2 commits into389ds:mainfrom
droideck:i6345

Conversation

@droideck
Copy link
Copy Markdown
Member

Description: In the codebase, there are instances where calls to slapi_log_err are missing a newline character \n at the end of the format string. This omission can lead to log messages being concatenated in the logs, affecting readability and potentially hindering log parsing and analysis tools. Fix the typos.

Fixes: #6345

Reviewed by: ?

…ewline character \n

Description: In the codebase, there are instances where calls to slapi_log_err are missing a newline character \n at the end of the format string. This omission can lead to log messages being concatenated in the logs, affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: 389ds#6345

Reviewed by: ?
Copy link
Copy Markdown
Contributor

@progier389 progier389 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Contributor

@tbordaz tbordaz left a comment

Choose a reason for hiding this comment

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

Fix looks good. Just one question

@droideck droideck merged commit 8fbc7d8 into 389ds:main Sep 28, 2024
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
droideck added a commit that referenced this pull request Sep 28, 2024
…ewline character \n (#6346)

Description: In the codebase, there are instances where calls to slapi_log_err
are missing a newline character \n at the end of the format string.
This omission can lead to log messages being concatenated in the logs,
affecting readability and potentially hindering log parsing and analysis tools.
Fix the typos.

Fixes: #6345

Reviewed by: @progier389, @tbordaz (Thanks!)
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.

Ensure all slapi_log_err calls end format strings with newline character \n

3 participants