Skip to content

4529 sql logger shutdown#4530

Merged
aleks-f merged 14 commits intomainfrom
4529-sql-logger-shutdown
Jul 16, 2024
Merged

4529 sql logger shutdown#4530
aleks-f merged 14 commits intomainfrom
4529-sql-logger-shutdown

Conversation

@aleks-f
Copy link
Copy Markdown
Member

@aleks-f aleks-f commented Apr 13, 2024

No description provided.

@aleks-f aleks-f added the bug label Apr 13, 2024
@aleks-f aleks-f added this to the Release 1.14.0 milestone Apr 13, 2024
@aleks-f aleks-f requested a review from matejk April 13, 2024 18:06
@aleks-f aleks-f self-assigned this Apr 13, 2024

for (int i = 0; i < 200; i++)
{
Message msgInfA("InformationSource", "e Informational sync message", Message::PRIO_INFORMATION);

Check notice

Code scanning / CodeQL

Declaration hides variable

Variable msgInfA hides another variable of the same name (on [line 2521](1)).
@matejk matejk force-pushed the 4529-sql-logger-shutdown branch from 7fe24c0 to 54b6e21 Compare April 14, 2024 17:22
Message msgInfA("InformationSource", "e Informational sync message", Message::PRIO_INFORMATION);
pChannel->log(msgInfA);
}
//pChannel->stop();

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
Copy link
Copy Markdown
Contributor

@matejk matejk left a comment

Choose a reason for hiding this comment

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

I think that PR is OK.

Few comments for minor improvements added.

@aleks-f aleks-f merged commit ed181d9 into main Jul 16, 2024
@aleks-f aleks-f deleted the 4529-sql-logger-shutdown branch July 16, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants