diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/data_provider_fo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/data_provider_fo.c b/src/providers/data_provider_fo.c index c66912d5..a1b96be3 100644 --- a/src/providers/data_provider_fo.c +++ b/src/providers/data_provider_fo.c @@ -722,7 +722,8 @@ void be_fo_set_port_status(struct be_ctx *ctx, if (!fo_svc_has_server(be_svc->fo_service, server)) { DEBUG(SSSDBG_OP_FAILURE, - ("The server %p is not valid anymore, cannot set its status\n")); + ("The server %p is not valid anymore, cannot set its status\n", + server)); return; } |