MatthieuDartiailh / pyclibrary

C parser and ctypes automation for python
http://pyclibrary.readthedocs.org
MIT License
66 stars 29 forks source link

WARNING Automatic initialisation based on OS detection #48

Closed ocroquette closed 4 years ago

ocroquette commented 4 years ago

I get the following warning logged when I used pyclibrary:

WARNING  pyclibrary.c_parser:c_parser.py:418 Automatic initialisation based on OS detection

However, the automatic initialization seems to work fine since I never has any issue.

Does the warning still make sense ? If yes, how to prevent it ?

MatthieuDartiailh commented 4 years ago

This warning is indeed a bit excessive, logging at the info would be sufficient. I will push the change.

MatthieuDartiailh commented 4 years ago

Addressed in 074cbcd5

ocroquette commented 4 years ago

Thank you !