Explorar o código

totemknet: fix debug message typo

Signed-off-by: Jonathan Davies <jonathan.davies@citrix.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Jonathan Davies %!s(int64=8) %!d(string=hai) anos
pai
achega
3296a0d41a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/totemknet.c

+ 1 - 1
exec/totemknet.c

@@ -1028,7 +1028,7 @@ extern int totemknet_iface_check (void *knet_context)
 	struct totemknet_instance *instance = (struct totemknet_instance *)knet_context;
 	struct totemknet_instance *instance = (struct totemknet_instance *)knet_context;
 	int res = 0;
 	int res = 0;
 
 
-	knet_log_printf(LOG_DEBUG, "totmeknet: iface_check");
+	knet_log_printf(LOG_DEBUG, "totemknet: iface_check");
 
 
 	return (res);
 	return (res);
 }
 }