mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
check_dir: fix typo in warning message
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7d00c7ddf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-24 (Sun, 24 Jun 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1062,7 +1062,8 @@ int check_dir(const char * newdir)
|
|||||||
case 0x858458f6: /*ramfs*/
|
case 0x858458f6: /*ramfs*/
|
||||||
return 0;//ok
|
return 0;//ok
|
||||||
default:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user