mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #576] [MERGED] Fixed lept msg severity in linux #1414
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/576
Author: @Izaron
Created: 12/26/2016
Status: ✅ Merged
Merged: 12/26/2016
Merged by: @cfsmp3
Base:
master← Head:lept-msg-linux📝 Commits (1)
fa4cb58Fixed lept msg severity in linux📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/ccextractor.c(+2 -2)📄 Description
"Info" spam messages from leptonica surprisingly is Windows problem only (I saw it a few issues, but before I thought that in Linux as well). In Linux this is not, so we must not redefine msg severity. Moreover, in Linux for some reason "L_SEVERITY_NONE" is not defined (maybe it was necessary to compile leptonica from the current master? While on windows used 1.74), so I think it's better to leave it on Windows
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.