aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connect.c')
-rw-r--r--src/connect.c2
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;
}