]> git.ipfire.org Git - thirdparty/grub.git/commit
disk/ahci.c: Add port number to port debug messages
authorPaul Menzel <paulepanter@users.sourceforge.net>
Wed, 27 May 2015 20:48:57 +0000 (22:48 +0200)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 31 May 2015 06:26:46 +0000 (09:26 +0300)
commitca59c24bd0e2a90db764065e24829775aa2b363c
tree8f03642a9bf716187ef749d598b6d6195fb90ad4
parentdec7718878f8a4566cd2894ab8970e1bec19dbb9
disk/ahci.c: Add port number to port debug messages

Currently, some messages cannot be mapped to the port they belong to as
the port number is missing from the output. So add `port: n` to the
debug messages.
grub-core/disk/ahci.c