aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.c')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c
index c342525f7..2e11296e3 100644
--- a/src/ats/gnunet-service-ats_scheduling.c
+++ b/src/ats/gnunet-service-ats_scheduling.c
@@ -51,7 +51,7 @@ static struct GNUNET_SERVER_Client *my_client;
51int 51int
52GAS_scheduling_add_client (struct GNUNET_SERVER_Client *client) 52GAS_scheduling_add_client (struct GNUNET_SERVER_Client *client)
53{ 53{
54 if (my_client != NULL) 54 if (NULL != my_client)
55 { 55 {
56 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 56 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
57 "This ATS already has a scheduling client, refusing new scheduling client for now.\n"); 57 "This ATS already has a scheduling client, refusing new scheduling client for now.\n");