Home
last modified time | relevance | path

Searched refs:logFatal (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/net/nsq/nsq-1.2.1/apps/nsqd/
H A Dmain.go29 logFatal("%s", err)
51 logFatal("failed to load config file %s - %s", configFile, err)
60 logFatal("failed to instantiate nsqd - %s", err)
70 logFatal("failed to load metadata - %s", err)
74 logFatal("failed to persist metadata - %s", err)
104 func logFatal(f string, args ...interface{}) { func
H A Doptions.go78 logFatal("failed parsing tls_required %+v", v)
92 logFatal("failed parsing tls_min_version %+v", v)
101 logFatal("failed parsing log_level %+v", v)
/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/
H A Dmain.go110logFatal("-web.telemetry-path cannot be empty and must start with a slash '/', given %q", StartPar…
113logFatal("-web.health-path must start with a slash '/' if configured, given %q", StartParams.Healt…
116 logFatal("-web.telemetry-path and -web.health-path cannot have same value")
130 logFatal(err.Error())
140 logFatal("Prometheus exporter initialize failed: %s", err.Error())
181 logFatal("registry.Register failed: %s", err.Error())
244 logFatal("%s", err.Error())
H A Dutils.go50 func logFatal(format string, args ...interface{}) { func
62 logFatal(err.Error())
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
347 logFatal(t, fmt.Sprintf("expected error, got nil"))
361 logFatal(t, fmt.Sprintf("The first value \"%v\" is greater than the second value \"%v\"", v1, v2))
368 logFatal(t, fmt.Sprintf("The first value \"%v\" is lesser than the second value \"%v\"", v1, v2))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
347 logFatal(t, fmt.Sprintf("expected error, got nil"))
361 logFatal(t, fmt.Sprintf("The first value \"%v\" is greater than the second value \"%v\"", v1, v2))
368 logFatal(t, fmt.Sprintf("The first value \"%v\" is lesser than the second value \"%v\"", v1, v2))
/dports/net/nsq/nsq-1.2.1/apps/nsqlookupd/
H A Dmain.go48 logFatal("%s", err)
76 logFatal("failed to load config file %s - %s", configFile, err)
84 logFatal("failed to instantiate nsqlookupd", err)
106 func logFatal(f string, args ...interface{}) { func
/dports/sysutils/omnibackup/omnibackup-0.2.1/
H A Dbackup.sh243 logFatal "'${cmd}' command not found!"
278 function logFatal() function
431 logFatal "${line} <== JSON parse error in '${CONFIG_FILE}'!"
449 logFatal "${line} <== '${CONFIG_FILE}' does not exists!"
505 logFatal "${line} <== '${CONFIG_FILE}' does not exists!"
560 logFatal "${line} <== '${CONFIG_FILE}' does not exists!"
621 logFatal "${line} <== '${CONFIG_FILE}' does not exists!"
2226 logFatal "'${SCRIPT}' accepts no argument!"
2358 logFatal "Cannot create temporary directory!"
2441 logFatal "Another instance of ${APP_NAME} is running!"
[all …]
/dports/net/nsq/nsq-1.2.1/apps/nsqadmin/
H A Dmain.go73 logFatal("%s", err)
101 logFatal("failed to load config file %s - %s", configFile, err)
109 logFatal("failed to instantiate nsqadmin - %s", err)
131 func logFatal(f string, args ...interface{}) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
347 logFatal(t, fmt.Sprintf("expected error, got nil"))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/testhelper/
H A Dconvenience.go34 func logFatal(t *testing.T, str string) { func
217 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
243 logFatal(t, "The structures were different.")
267 logFatal(t, "The bytes differed.")
324 logFatal(t, "The generated JSON structure differed.")
339 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/streaming/
H A Dmedia_streaming_file.cpp118 void File::Context::logFatal(QLatin1String method) { in logFatal() function in Media::Streaming::File::Context
125 void File::Context::logFatal( in logFatal() function in Media::Streaming::File::Context
228 return logFatal(qstr("av_seek_frame"), error); in seekToPosition()
241 logFatal(qstr("av_read_frame"), error); in readPacket()
262 return logFatal(qstr("avformat_find_stream_info"), error); in start()
347 logFatal(qstr("av_seek_frame")); in handleEndOfFile()
H A Dmedia_streaming_file.h71 void logFatal(QLatin1String method);
72 void logFatal(QLatin1String method, FFmpeg::AvErrorWrap error);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/rackspace/gophercloud/testhelper/
H A Dconvenience.go33 func logFatal(t *testing.T, str string) { func
216 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
242 logFatal(t, "The structures were different.")
305 logFatal(t, "The generated JSON structure differed.")
320 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/rackspace/gophercloud/testhelper/
H A Dconvenience.go33 func logFatal(t *testing.T, str string) { func
216 logFatal(t, fmt.Sprintf("expected %s but got %s", green(expected), yellow(actual)))
242 logFatal(t, "The structures were different.")
305 logFatal(t, "The generated JSON structure differed.")
320 logFatal(t, fmt.Sprintf("unexpected error %s", yellow(e.Error())))
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/iis7_shib/
H A DIIS7Request.cpp387 logFatal("Response->SetStatus", hr); in sendResponse()
404 logFatal("Response->WriteEntityChunks", hr); in sendResponse()
436 logFatal("Redirect", hr); in sendRedirect()
452 void IIS7Request::logFatal(const string& operation, HRESULT hr) const in logFatal() function in IIS7Request
463 logFatal(operation, hr); in throwError()
/dports/games/alephone/alephone-release-20190331/Source_Files/CSeries/
H A Dcsalerts_sdl.cpp210 logFatal("fatal alert (ID=%hd): %s", error, str); in alert_user()
257 logFatal("halt called"); in halt()
273 logFatal("vhalt: %s", message); in vhalt()
/dports/security/vuls/go-autorest-logger-v0.1.0/logger/
H A Dlogger.go62 logFatal = "FATAL" const
74 case logFatal:
98 return logFatal
/dports/security/vuls/go-autorest-tracing-v0.5.0/logger/
H A Dlogger.go62 logFatal = "FATAL" const
74 case logFatal:
98 return logFatal

1234567