@@ -1243,19 +1243,19 @@ void sge_show_conf()
1243
1243
INFO (MSG_CONF_USING_SS, Master_Config.execd_params != nullptr ? Master_Config.execd_params : " none" , " execd_params" );
1244
1244
1245
1245
userset_list_append_to_dstring (Master_Config.user_lists , &dstr);
1246
- INFO (MSG_CONF_USING_US , sge_dstring_get_string (&dstr), " user_lists" );
1246
+ INFO (MSG_CONF_USING_SS , sge_dstring_get_string (&dstr), " user_lists" );
1247
1247
sge_dstring_clear (&dstr);
1248
1248
1249
1249
userset_list_append_to_dstring (Master_Config.xuser_lists , &dstr);
1250
- INFO (MSG_CONF_USING_US , sge_dstring_get_string (&dstr), " xuser_lists" );
1250
+ INFO (MSG_CONF_USING_SS , sge_dstring_get_string (&dstr), " xuser_lists" );
1251
1251
sge_dstring_clear (&dstr);
1252
1252
1253
1253
prj_list_append_to_dstring (Master_Config.projects , &dstr);
1254
- INFO (MSG_CONF_USING_US , sge_dstring_get_string (&dstr), " projects" );
1254
+ INFO (MSG_CONF_USING_SS , sge_dstring_get_string (&dstr), " projects" );
1255
1255
sge_dstring_clear (&dstr);
1256
1256
1257
1257
prj_list_append_to_dstring (Master_Config.xprojects , &dstr);
1258
- INFO (MSG_CONF_USING_US , sge_dstring_get_string (&dstr), " xprojects" );
1258
+ INFO (MSG_CONF_USING_SS , sge_dstring_get_string (&dstr), " xprojects" );
1259
1259
sge_dstring_clear (&dstr);
1260
1260
1261
1261
SGE_UNLOCK (LOCK_MASTER_CONF, LOCK_READ);
0 commit comments