diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-17 21:45:01 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-17 23:04:15 +0100 |
| commit | 4ecb33a50e05bb7302b7f8bface6a0a8af6b2e6f (patch) | |
| tree | 084b7d040e5d36da9e5530b2f8e1503e1b78d5cf /src/connect.c | |
| parent | fe3ed50e1da2bb4ced3172e86a3b244a9c3d4f1c (diff) | |
Move away from glib loggingnoglib
Diffstat (limited to 'src/connect.c')
| -rw-r--r-- | src/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect.c b/src/connect.c index 0ef12f9..8c57a87 100644 --- a/src/connect.c +++ b/src/connect.c @@ -27,7 +27,7 @@ static void update_xrm(Connection *con) xcb_xrm_database_t *database = xcb_xrm_database_from_default(con->connection); if (database == NULL) { - log_warning("Xrm database couldn't be updated"); + log_warn("Xrm database couldn't be updated"); return; } |
