Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Icecast-Server
Icecast-Server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2058

Closed
Open
Opened Oct 08, 2014 by Marvin Scholz@ePiratOwner

[PATCH] Replace logging macros

Replace the old logging macros with variadic argument macros.

ERROR0, ERROR1, ERROR2, ERROR3, ERROR4 are replaced with LOG_ERROR WARN0, WARN1, WARN2, WARN3 are replaced with LOG_WARN INFO0, INFO1, INFO2, INFO3 are replaced with LOG_INFO DEBUG0, DEBUG1, DEBUG2, DEBUG3, DEBUG4 are replaced with LOG_DEBUG

Additionally a bit formatting was done, to match common c code style (only where it really shouted for attention, while looking through the files)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/icecast-server#2058