Skip to content

Commit

Permalink
Indicates what parameters are being passed to WinNFSd, to aid in debu…
Browse files Browse the repository at this point in the history
…gging.
  • Loading branch information
GuyPaddock committed Feb 5, 2016
1 parent 97a300e commit 4b2eded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/nfsservice.bat
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ if %1==start (
if "%result%"=="winnfsd.exe" (
echo already running
) else (
echo Running "%~dp0winnfsd" -log %2 -pathFile %3 -id %4 %5
start "" "%~dp0winnfsd" -log %2 -pathFile %3 -id %4 %5
echo started
)

0 comments on commit 4b2eded

Please sign in to comment.