- rcsim: fix perror message

This commit is contained in:
svenhoefer
2017-02-22 15:25:04 +01:00
parent 7c2e25103f
commit f0f7aec577

View File

@@ -219,7 +219,7 @@ int main (int argc, char **argv){
#if defined (EVENTDEV)
evd=open (EVENTDEV,O_RDWR);
if (evd<0){
perror ("opening event0 failed");
perror ("opening " EVENTDEV " failed");
return 1;
}
#else