Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utils] fix component log functions introduced at 06bbead #12685

Merged
merged 2 commits into from
Aug 18, 2017

Conversation

Rechi
Copy link
Member

@Rechi Rechi commented Aug 17, 2017

Description

Fix the component log functions of CLog which I added at 06bbead (#12676).

Motivation and Context

fix a crash

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the Code guidelines of this project
  • My change requires a change to the documentation, either Doxygen or wiki
  • I have updated the documentation accordingly
  • I have read the CONTRIBUTING document
  • I have added tests to cover my change
  • All new and existing tests passed

@Rechi Rechi added Type: Fix non-breaking change which fixes an issue Logging v18 Leia labels Aug 17, 2017
@Rechi Rechi added this to the L 18.0-alpha1 milestone Aug 17, 2017
@MartijnKaijser
Copy link
Member

@MilhouseVH

va_list va;
va_start(va, format);
CLog::LogFunction(loglevel, functionName, format, va);
LogString(loglevel, fNameStr + StringUtils::FormatV(format, va));

This comment was marked as spam.

@Rechi
Copy link
Member Author

Rechi commented Aug 17, 2017

WIN-64 failure unrelated
any objections?

@Rechi
Copy link
Member Author

Rechi commented Aug 18, 2017

confirmed to fix the issue in latest Milhouse build, https://forum.kodi.tv/showthread.php?tid=298462&pid=2633603#pid2633603

@Rechi Rechi merged commit 4c43b6a into xbmc:master Aug 18, 2017
@Rechi Rechi deleted the fixComponentLogging branch August 18, 2017 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants