Show More
@@ -409,7 +409,7 b' class ui(object):' | |||
|
409 | 409 | if user is None and not self.interactive(): |
|
410 | 410 | try: |
|
411 | 411 | user = '%s@%s' % (util.getuser(), socket.getfqdn()) |
|
412 |
self.warn(_(" |
|
|
412 | self.warn(_("no username found, using '%s' instead\n") % user) | |
|
413 | 413 | except KeyError: |
|
414 | 414 | pass |
|
415 | 415 | if not user: |
General Comments 0
You need to be logged in to leave comments.
Login now