This commit is contained in:
Simone Margaritelli 2017-04-20 10:27:10 +02:00
parent 5266ab5005
commit dac5b51c12

View file

@ -55,8 +55,7 @@ class Dialog( QtGui.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0] ):
def setup_labels(self):
self.app_name_label.setText( self.connection.app.name )
message = "%s (%s, pid=%s) wants to connect to %s on %s port %s%s" % ( \
self.connection.app.name,
message = "%s (pid=%s) wants to connect to %s on %s port %s%s" % ( \
self.connection.app_path,
self.connection.app.pid,
self.connection.hostname,