diff options
| author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-07-18 09:32:03 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-18 09:32:03 +1000 | 
| commit | 8ce7e3b44eea0a270ecc35a9da2ae801aaf6bce1 (patch) | |
| tree | 6badffb0c6ee33b4e23e914c4c9f9b39a625b5f3 /common/pango.c | |
| parent | 621d2666b1ac214c63628bbe0ac8f5d6485cb501 (diff) | |
| parent | 48b911a4596f50b585a1073d32413236d9defb60 (diff) | |
| download | sway-8ce7e3b44eea0a270ecc35a9da2ae801aaf6bce1.tar.xz | |
Merge branch 'master' into destroy-output-destroy-empty-workspaces
Diffstat (limited to 'common/pango.c')
| -rw-r--r-- | common/pango.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/pango.c b/common/pango.c index c88e50ce..92703f80 100644 --- a/common/pango.c +++ b/common/pango.c @@ -81,7 +81,7 @@ PangoLayout *get_pango_layout(cairo_t *cairo, const char *font,  			pango_layout_set_markup(layout, buf, -1);  			free(buf);  		} else { -			wlr_log(L_ERROR, "pango_parse_markup '%s' -> error %s", text, +			wlr_log(WLR_ERROR, "pango_parse_markup '%s' -> error %s", text,  					error->message);  			g_error_free(error);  			markup = false; // fallback to plain text | 
