[PR #576] [MERGED] Fixed lept msg severity in linux #1414

Closed
opened 2026-01-29 17:16:17 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: lept-msg-linux


📝 Commits (1)

  • fa4cb58 Fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/576 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 12/26/2016 **Status:** ✅ Merged **Merged:** 12/26/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `lept-msg-linux` --- ### 📝 Commits (1) - [`fa4cb58`](https://github.com/CCExtractor/ccextractor/commit/fa4cb586eceb7a203f50c72b5e82b8a7aa2a7eea) Fixed lept msg severity in linux ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+2 -2) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:16:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1414