]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: dev_net.c should use __func__ with printf
authorToomas Soome <tsoome@FreeBSD.org>
Fri, 24 Sep 2021 14:07:20 +0000 (17:07 +0300)
committerToomas Soome <tsoome@FreeBSD.org>
Fri, 24 Sep 2021 14:12:19 +0000 (17:12 +0300)
commit1a25c51e38a7c9f46ec195836233636616741f06
tree1dadf7ed33d7650d0b34f0cf69f87288c479072c
parent1605eaa6d23ea5161b5ab8461e83ab32a591a4fc
loader: dev_net.c should use __func__ with printf

We have printf calls with function name hardwired to string,
sometimes wrong name. Use __func__ instead.

MFC after: 1 week
stand/common/dev_net.c