mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
linux-afs-call-printf-20040621
FIXES 5138 add missing printf arg
This commit is contained in:
parent
50125cb62a
commit
25a1518f04
@ -270,7 +270,7 @@ afsd_thread(void *rock)
|
|||||||
complete_and_exit(0, 0);
|
complete_and_exit(0, 0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("Unknown op %d in StartDaemon()\n");
|
printf("Unknown op %d in StartDaemon()\n", parm);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user