Changeset 961
- Timestamp:
- Aug 18, 2016, 5:07:35 PM (9 years ago)
- Location:
- trunk/client/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/help/ndpsmb.ipf
r955 r961 165 165 :h1.Debugging 166 166 :p. 167 To produce a log file, please create an empty file named :hp1.ndpsmb.dbg:ehp1. in the root of the boot volume. 167 In order to produce a log file, choose an appropriate loglevel in the login dialogue. 168 0 = do not log 2 = log a little 5 = log quite some stuff 10 = log everything. 168 169 :p. 169 170 The log is created in the directory listed in the LOGFILES environment variable, if available. 170 171 If the LOGFILES environment variable has not been set, the log is created in the &nd. directory. The filename is 171 :hp1.log.ndpsmb:ehp1. for the &nd. log and :hp1.log.smbd:ehp1. for the Samba Client Plugin for &os. log. 172 :hp1.log.ndpsmb.SHARE:ehp1. for the &nd. log and :hp1.log.smbd.SHARE:ehp1. for the Samba Client Plugin for &os. log. 173 SHARE is the name of the connected share. 172 174 173 175 .****************************************************** -
trunk/client/src/help/ndpsmb_de.ipf
r955 r961 135 135 :h1.Fehlersuche 136 136 :p. 137 Um eine Log-Datei schreiben zu lassen&comma. erzeugen Sie bitte eine 138 leere Datei namens ndpsmb.dbg in das Root-Verzeichnis des Bootlaufwerks. 137 Um eine Log-Datei schreiben zu lassen&comma. whlen Sie bitte den 138 entsprechenden Loglevel im Anmeldedialog. 0 = nichts 2 = ein wenig 139 5 = einiges 10 = alles in eine logdatei schreiben. 139 140 :p. 140 141 Falls eine LOGFILES Umgebungsvariable existiert&comma. wird die Log-Datei 141 142 dort erzeugt&comma. falls nicht im <$ND> Verzeichnis. Die Logdatei heisst 142 log.ndpsmb f&ue.r den <$ND> Teil und log.smbc f&ue.r den Samba Teil. 143 log.ndpsmb.SHARE f&ue.r den <$ND> Teil und log.smbc.SHARE f&ue.r den Samba Teil, 144 wobei SHARE fr die verbundene Freigabe steht. 143 145 144 146 .****************************************************** -
trunk/client/src/help/readme.txt
r955 r961 170 170 ____________ 171 171 172 To produce a logfile please add an empty file called ndpsmb.dbg into the 173 root drive.172 In order to produce a logfile, choose the appropriate loglevel in the login dialog. 173 0 = do not log 2 = log a little 5 = log quite some stuff 10 = log everything. 174 174 175 175 The logfile is placed to your LOGFILES env path, if available. If the 176 176 LOGFILES environment variable is missing, the logfile is placed into the 177 <$ND> directory. The logfile is called log.ndpsmb for the <$ND> part178 and log.smbc for the Samba part.177 <$ND> directory. The logfile is called log.ndpsmb.SHARE for the <$ND> part 178 and log.smbc.SHARE for the Samba part. SHARE is the name of the connected share. 179 179 180 180 -
trunk/client/src/help/readme_de.txt
r955 r961 184 184 ______________ 185 185 186 Um eine Log-Datei fhren zu lassen, erzeugen Sie bitte eine leere Datei namens 187 ndpsmb.dbg in das Root-Verzeichnis des Bootlaufwerks. 186 Um eine Log-Datei fhren zu lassen, whlen Sie im Anmeldedialog einen 187 entsprechenden Loglevel aus. 0 = nichts 2 = ein wenig 5 = einiges 10 alles 188 protokollieren. 188 189 189 190 Falls eine LOGFILES Umgebungsvariable existiert, wird die Log-Datei dort 190 erzeugt, falls nicht im <$ND> Verzeichnis. Die Logdatei heisst log.ndpsmb fr 191 den <$ND> Teil und log.smbc fr den Samba Teil. 191 erzeugt, falls nicht im <$ND> Verzeichnis. Die Logdatei heisst log.ndpsmb.SHARE 192 fr den <$ND> Teil und log.smbc.SHARE fr den Samba Teil. SHARE steht fr die 193 verbundene Freigabe. 192 194 193 195 -
trunk/client/src/rc/rc.rc_
r960 r961 127 127 RCDATA (DLG_ID + 11) 128 128 { 129 SPIN_LOGLEVEL, PARMTYPE_INT, 0L, 10L, "loglevel", "%d", 0L 129 SPIN_LOGLEVEL, PARMTYPE_INT, 0L, 10L, "loglevel", "%d", 0L, 130 0, 131 2, 132 5, 133 10 130 134 } 131 135
Note:
See TracChangeset
for help on using the changeset viewer.