]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:modules: Correct escape sequence
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 7 Aug 2023 04:44:54 +0000 (16:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:38 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/vfs_virusfilter_fsav.c

index 240940c75c8900405784b92d759a1d098e90fcad..25a290665090a3d3ccf29ce627b802bbc47b3fc6 100644 (file)
@@ -400,7 +400,7 @@ static virusfilter_result virusfilter_fsav_scan(
                                                 "UNKNOWN ERROR");
                } else {
                        result = VIRUSFILTER_RESULT_ERROR;
-                       DBG_ERR("fsavd: SCANFILE: Invalid reply: %s\t",
+                       DBG_ERR("fsavd: SCANFILE: Invalid reply: %s\n",
                                reply_token);
                        report = talloc_asprintf(talloc_tos(),
                                                 "Scanner communication error");