Hi Samuel,
>> + connman_error("%s(\"%s\"): %s: %s", "SetProperty", "Active",
>> + error.name, error.message);
> Hmm, why not:
> + connman_error("SetProperty(Active) %s %s",
> + error.name, error.message)
>
> then ?I just try to save a few bytes, the formatting string and the "SetProperty" and "Active" already exist in the module. -- Pekka.Pessi mail at nokia.com _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
