diff options
-rw-r--r-- | src/matchbox/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/matchbox/__init__.py b/src/matchbox/__init__.py index 36f6632..5e21e35 100644 --- a/src/matchbox/__init__.py +++ b/src/matchbox/__init__.py @@ -62,6 +62,7 @@ class MatchboxServer(object): print "returning next package to compile" # TODO get real package from database with missing info repl = protocol.GetNextPackageReply(self._get_next_package(),None,None) + print "name: %s" % repl.package_name client_socket.sendall(pickle.dumps(repl)) elif type(command) is protocol.AddPackageInfo: |