X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fuml_device.c;h=2db5896c4ec7a4f65ce3fa1a28c5c39aa68f853f;hp=a0b87f9320a10ab36cd9e7651dd54c8935251c5e;hb=d178b583df9fe2bf3ebb3a7377203efc5c46df32;hpb=4fe3688bc68f77686d2061ee9240509e7158441c diff --git a/src/uml_device.c b/src/uml_device.c index a0b87f93..2db5896c 100644 --- a/src/uml_device.c +++ b/src/uml_device.c @@ -260,7 +260,7 @@ static bool read_packet(vpn_packet_t *packet) { } default: - logger(LOG_ERR, "Invalid value for state variable in " __FILE__); + logger(LOG_ERR, "Invalid value for state variable in " FILE); abort(); } }