Fix: Refactor log message strings to global constants
Replaced hardcoded log message strings with predefined global constants for better consistency and maintainability. This change aims to centralize message strings, making future updates easier and reducing potential errors from string literals.
Signed-off-by: Christian Roessner c@roessner.co