GNOME Bugzilla – Bug 748651
DTLS: Use unique names for internal elements to ease debugging
Last modified: 2016-04-04 10:14:50 UTC
Created attachment 302575 [details] [review] patch submitted using git format-patch Debugging traces are turns even more complicated when in a pipeline there are several elements that have the same names. This patch remove static names and uses unique ones to debug elements, this is specially helpful when using dot files.
Comment on attachment 302575 [details] [review] patch submitted using git format-patch Patch no longer applies to master, could you rebase it please? Thanks!
Created attachment 325313 [details] [review] Use unique names for internal on DTLS elements to ease debugging Patch rebased
Thanks! commit d2ef3a4c19a84e45f1e43fecf931b4bcc5008433 Author: Santiago Carot-Nemesio <sancane@gmail.com> Date: Mon Apr 4 11:28:35 2016 +0200 dtls: Use unique names for internal elements to ease debugging https://bugzilla.gnome.org/show_bug.cgi?id=748651