]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix compilation
authorEric Bollengier <eric@baculasystems.com>
Fri, 17 Dec 2021 19:26:16 +0000 (20:26 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
bacula/src/stored/stored.c

index 4240c8d5ae4892cbd2a5e9ff56a3fe2824f84c83..5b71cdee2018021b6cf89a14a03c7d12fb545e82 100644 (file)
@@ -173,7 +173,7 @@ static bool get_needed_caps()
    libcap = false;
 #endif // HAVE_LIBCAP
 
-   Dmsg0(90, "Returning from mocked get_needed_caps(), linux: %d libcap: %d\n",
+   Dmsg2(90, "Returning from mocked get_needed_caps(), linux: %d libcap: %d\n",
          linux, libcap);
    return false;
 }