From: Eric Bollengier Date: Wed, 15 Sep 2021 17:17:22 +0000 (+0200) Subject: Fix compilation on OSX X-Git-Tag: Release-11.3.2~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bd5080588f9562cda8f5c78c1b52a09e71e9b3;p=thirdparty%2Fbacula.git Fix compilation on OSX --- diff --git a/bacula/src/filed/bxattr_osx.c b/bacula/src/filed/bxattr_osx.c index ccaf10f09..d4b8f3f66 100644 --- a/bacula/src/filed/bxattr_osx.c +++ b/bacula/src/filed/bxattr_osx.c @@ -205,7 +205,7 @@ bRC_BXATTR BXATTR_OSX::os_get_xattr_value (JCR *jcr, char * name, char ** pvalue } if (len >= me->max_network_buffer_size) { - DMmsg2(100, jcr->errmsg, _("xattr maximum length %d is greater than MaximumNetworkBufferSize on file \"%s\"\n"), len, jcr->last_fname); + MmsgD2(100, jcr->errmsg, _("xattr maximum length %d is greater than MaximumNetworkBufferSize on file \"%s\"\n"), len, jcr->last_fname); return bRC_BXATTR_error; } else if (len > 0){