Update jupyterhub/auth.py

Co-Authored-By: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Richard C Gerkin
2019-08-22 09:33:15 -07:00
committed by GitHub
parent cda7f73cfa
commit ced45d101a

View File

@@ -778,7 +778,7 @@ class LocalAuthenticator(Authenticator):
except AttributeError:
pass
except KeyError:
self.log.warning("No UID for user %s" % name)
self.log.debug("No UID for user %s" % name)
cmd += [name]
self.log.info("Creating user: %s", ' '.join(map(pipes.quote, cmd)))
p = Popen(cmd, stdout=PIPE, stderr=STDOUT)