Use applicationPid() of update-tool as event-id. (used by christian)
This commit is contained in:
		@@ -391,7 +391,7 @@ QString IsmasClient::updateNewsToIsmas(char const *event,
 | 
			
		||||
                "\"STEP_RESULT\" : \"%s\","
 | 
			
		||||
                "\"VERSION\" : \"%s\""
 | 
			
		||||
            "}"
 | 
			
		||||
        "}", ts.toStdString().c_str(), QCoreApplication::pid(), event, percent, resultCode,
 | 
			
		||||
        "}", ts.toStdString().c_str(), static_cast<int>(QCoreApplication::applicationPid()), event, percent, resultCode,
 | 
			
		||||
             step, step_result, version);
 | 
			
		||||
    return buf;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user