22697b5
commit 3baf81cbdd3c86594382027cd5d075ca036da78b
22697b5
Author: Ben Cotton <bcotton@fedoraproject.org>
22697b5
Date:   Thu Mar 23 20:34:00 2017 -0400
22697b5
22697b5
    Fix a build issue for Fedora
22697b5
22697b5
diff --git a/src/condor_starter.V6.1/glexec_privsep_helper.linux.cpp b/src/condor_starter.V6.1/glexec_privsep_helper.linux.cpp
22697b5
index d4bb589..1093273 100644
22697b5
--- a/src/condor_starter.V6.1/glexec_privsep_helper.linux.cpp
22697b5
+++ b/src/condor_starter.V6.1/glexec_privsep_helper.linux.cpp
22697b5
@@ -418,7 +418,7 @@ GLExecPrivSepHelper::create_process(const char* path,
22697b5
 		if( !retry ) {
22697b5
 				// return the most recent glexec error output
22697b5
 			if( error_msg ) {
22697b5
-				error_msg->formatstr_cat(glexec_error_msg.Value());
02feb8d
+				error_msg->formatstr_cat("%s", glexec_error_msg.Value());
22697b5
 			}
22697b5
 			return 0;
22697b5
 		}