diff options
Diffstat (limited to 'dbus/dbus-marshal-basic.c')
| -rw-r--r-- | dbus/dbus-marshal-basic.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-marshal-basic.c b/dbus/dbus-marshal-basic.c index 56f4b83d..944e2c78 100644 --- a/dbus/dbus-marshal-basic.c +++ b/dbus/dbus-marshal-basic.c @@ -578,8 +578,8 @@ _dbus_marshal_read_basic (const DBusString      *str,        }        break;      default: -      _dbus_warn ("type %s %d not a basic type\n", -                  _dbus_type_to_string (type), type); +      _dbus_warn_check_failed ("type %s %d not a basic type\n", +                               _dbus_type_to_string (type), type);        _dbus_assert_not_reached ("not a basic type");        break;      }  | 
