diff --git a/rtmp.py b/rtmp.py index ce277f1..4523760 100644 --- a/rtmp.py +++ b/rtmp.py @@ -1960,7 +1960,7 @@ def deletehandler(self, client, cmd): raise NotImplementedError() def onConnect_handler(client, *args): - print(client.path, "is connected!") + print("App '{0}' is connected!".format(client.path)) # The main routine to start, run and stop the service if __name__ == '__main__':