[Pkg-bazaar-commits] ./bzr/unstable r44: show fqdn in tracefile header

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:26:20 UTC 2009


------------------------------------------------------------
revno: 44
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-03-14 15:46:36 +1100
message:
  show fqdn in tracefile header
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-03-14 04:43:54 +0000
+++ b/bzrlib/commands.py	2005-03-14 04:46:36 +0000
@@ -743,7 +743,7 @@
         t = bzrlib.trace._tracefile
         t.write('-' * 60 + '\n')
         t.write('bzr invoked at %s\n' % format_date(time.time()))
-        t.write('  by %s on %s\n' % (bzrlib.osutils.username(), socket.gethostname()))
+        t.write('  by %s on %s\n' % (bzrlib.osutils.username(), socket.getfqdn()))
         t.write('  arguments: %r\n' % argv)
 
         starttime = os.times()[4]



More information about the Pkg-bazaar-commits mailing list