Merge branch 'dbus_error' into 'master'
dbus: Log error on dbus exit See merge request Librem5/squeekboard!307
This commit is contained in:
		@ -64,9 +64,11 @@ on_name_lost (GDBusConnection *connection,
 | 
			
		||||
              gpointer         user_data)
 | 
			
		||||
{
 | 
			
		||||
    // TODO: could conceivable continue working
 | 
			
		||||
    // if intrnal changes stop sending dbus changes
 | 
			
		||||
    (void)connection;
 | 
			
		||||
    (void)name;
 | 
			
		||||
    (void)user_data;
 | 
			
		||||
    g_error("DBus unavailable, unclear how to continue.");
 | 
			
		||||
    exit (1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user