Przeglądaj źródła

Fix build error from recent solaris porting.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2241 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 16 lat temu
rodzic
commit
4c4b980d6b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      exec/coroipcs.c

+ 1 - 1
exec/coroipcs.c

@@ -645,7 +645,7 @@ req_setup_recv (
 		api->log_printf ("Invalid security authentication\n");
  	}
 #else /* HAVE_GETPEERUCRED */
- 	api->log_printf (LOGSYS_LEVEL_SECURITY, "Connection not authenticated "
+ 	api->log_printf ("Connection not authenticated "
  		"because platform does not support "
  		"authentication with sockets, continuing "
  		"with a fake authentication\n");