mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Show unknown cookies only in verbose mode
This commit is contained in:
parent
ac73cd7739
commit
07031f54d8
@ -28459,8 +28459,8 @@ int process_http_request(const char *request, int i_conn)
|
||||
}
|
||||
}
|
||||
|
||||
if (cookie_list[i] == NULL)
|
||||
printf("Received unknown cookie \"%s\"\n", str);
|
||||
if (cookie_list[i] == NULL && get_verbose() >= VERBOSE_INFO)
|
||||
eprintf("Received unknown cookie \"%s\"\n", str);
|
||||
|
||||
} while (*p && *p == ';');
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<key>IDESourceControlProjectIdentifier</key>
|
||||
<string>81431534-03C4-4F18-8910-AA341A0BBED2</string>
|
||||
<key>IDESourceControlProjectName</key>
|
||||
<string>elogd</string>
|
||||
<string>project</string>
|
||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
||||
<dict>
|
||||
<key>4A8AA611133AD3F7E07C7C33DCF50244FB7A1AB5</key>
|
||||
@ -16,7 +16,7 @@
|
||||
<string>bitbucket.org:ritt/elog.git</string>
|
||||
</dict>
|
||||
<key>IDESourceControlProjectPath</key>
|
||||
<string>xcode/elogd.xcodeproj</string>
|
||||
<string>xcode/elogd.xcodeproj/project.xcworkspace</string>
|
||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
||||
<dict>
|
||||
<key>4A8AA611133AD3F7E07C7C33DCF50244FB7A1AB5</key>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user