summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 6cf6d7d55b..7ae0b160bc 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -183,7 +183,7 @@
-ifdef(use_specs).
--type(log_location() :: 'tty' | 'undefined' | string()).
+-type(log_location() :: 'tty' | 'undefined' | file:filename()).
-type(file_suffix() :: binary()).
-spec(prepare/0 :: () -> 'ok').