<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 03/09/2015 10:13 AM, Sumit Bose
      wrote:<br>
    </div>
    <blockquote cite="mid:20150309091354.GE14649@p.redhat.com"
      type="cite">
      <pre wrap="">Hi,

this is a patch I have in my tree for some time for debugging purposes.
Recently I've seen some bug reports with "ldb_modify failed" messages in
the logs and I think this patch might help in those cases.

Additionally I wonder if SSSDBG_MINOR_FAILURE is a suitable debug level
here. In most cases an error here prevents a user or group object to be
written to the cache, so maybe SSSDBG_CRIT_FAILURE is justified here?

bye,
Sumit
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sssd-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sssd-devel@lists.fedorahosted.org">sssd-devel@lists.fedorahosted.org</a>
<a class="moz-txt-link-freetext" href="https://lists.fedorahosted.org/mailman/listinfo/sssd-devel">https://lists.fedorahosted.org/mailman/listinfo/sssd-devel</a>
</pre>
    </blockquote>
    Hello Sumit,<br>
    <br>
    when compiling at my environment, I'm seeing this warning:<br>
    <br>
    ../src/db/sysdb_ops.c: In function 'sysdb_set_entry_attr':<br>
    ../src/db/sysdb_ops.c:717:21: warning: format '%u' expects argument
    of type 'unsigned int', but argument 6 has type 'size_t' [-Wformat=]<br>
                         DEBUG(SSSDBG_MINOR_FAILURE, "   Value[%u]:
    [%s].\n",<br>
    <br>
    <br>
    Would you consider amending the patch?<br>
    -                    DEBUG(SSSDBG_MINOR_FAILURE, "   Value[%u]:
    [%s].\n",<br>
    +                    DEBUG(SSSDBG_MINOR_FAILURE, "   Value[%zu]:
    [%s].\n",<br>
    <br>
    This seem to remove the warning for me.<br>
    <br>
    Thanks!<br>
    <br>
  </body>
</html>