diff options
| author | David Sommerseth <davids@redhat.com> | 2010-02-05 18:16:43 +0100 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-02-05 18:16:43 +0100 |
| commit | 5abd4b52f056ba09b1c134870586393a223ccc79 (patch) | |
| tree | 3fb191193bcd013805aaab92a2b595203d78880e /src/efi.c | |
| parent | 5ebf67efee2893c4d3dc60ec31a0efeb0894d245 (diff) | |
| download | python-dmidecode-5abd4b52f056ba09b1c134870586393a223ccc79.tar.gz python-dmidecode-5abd4b52f056ba09b1c134870586393a223ccc79.tar.xz python-dmidecode-5abd4b52f056ba09b1c134870586393a223ccc79.zip | |
Removed not needed \n from log_append() entries
Diffstat (limited to 'src/efi.c')
| -rw-r--r-- | src/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ int address_from_efi(Log_t *logp, size_t * address) perror(filename); if(ret == EFI_NO_SMBIOS) { - log_append(logp, LOGFL_NODUPS, LOG_WARNING, "%s: SMBIOS entry point missing\n", filename); + log_append(logp, LOGFL_NODUPS, LOG_WARNING, "%s: SMBIOS entry point missing", filename); } return ret; |
