Make it a warning

Lack of rofiles-fuse is a serious enough detriment to the
user experience that we should warn about it.
tingping/wmclass
Matthias Clasen 2017-04-10 06:15:46 -04:00 committed by Alexander Larsson
parent 1adec3f186
commit 6dd137e6a9
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ builder_context_enable_rofiles (BuilderContext *self,
if (!self->have_rofiles)
{
g_debug ("rofiles-fuse not available, doing without");
g_warning ("rofiles-fuse not available, doing without");
return TRUE;
}