removed debug print from fspd

This commit is contained in:
hsn 2007-07-20 12:07:22 +00:00
parent de4eec8879
commit 3bf2c623ea

View File

@ -160,7 +160,7 @@ int main (int argc, char ** argv)
/* we need to check if we have config file at command line */ /* we need to check if we have config file at command line */
for(opt=1;opt<argc-1;opt++) for(opt=1;opt<argc-1;opt++)
{ {
printf("arg %d = %s\n",opt,argv[opt]); /* printf("arg %d = %s\n",opt,argv[opt]); */
if(!strcmp(argv[opt],"-f")) if(!strcmp(argv[opt],"-f"))
{ {
load_configuration(argv[opt+1]); load_configuration(argv[opt+1]);