mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 02:50:18 +01:00
core/tests: fix unit tests after changing syslog idenfier
Fixes: 62727b62e0 ('logging: fix syslog identifier for NetworkManager')
This commit is contained in:
parent
62727b62e0
commit
fc142c24ee
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define NMTST_EXPECT_NM(level, msg) NMTST_EXPECT("nm", level, msg)
|
||||
#define NMTST_EXPECT_NM(level, msg) NMTST_EXPECT("NetworkManager", level, msg)
|
||||
|
||||
#define NMTST_EXPECT_NM_ERROR(msg) NMTST_EXPECT_NM(G_LOG_LEVEL_MESSAGE, "*<error> [*] " msg)
|
||||
#define NMTST_EXPECT_NM_WARN(msg) NMTST_EXPECT_NM(G_LOG_LEVEL_MESSAGE, "*<warn> [*] " msg)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue