mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
check_dir: fix typo in warning message
This commit is contained in:
@@ -1062,7 +1062,8 @@ int check_dir(const char * newdir)
|
||||
case 0x858458f6: /*ramfs*/
|
||||
return 0;//ok
|
||||
default:
|
||||
fprintf( stderr,"%s Unknow File system type: %i\n",newdir ,s.f_type);
|
||||
fprintf(stderr, "%s(%s): Unknown File system type: 0x%lx\n",
|
||||
__func__, newdir, s.f_type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user