From 53f934555502a374bc97ad77576b6eb0a4cacb04 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 15 Nov 2013 15:47:35 -0800 Subject: [PATCH] Log the name, not the address --- autocomplete.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocomplete.d b/autocomplete.d index 530723d..8868ddd 100644 --- a/autocomplete.d +++ b/autocomplete.d @@ -98,7 +98,7 @@ const(ACSymbol)*[] getSymbolsByTokenChain(T)(const(Scope)* completionScope, else { Log.trace("Found ", symbols[0].name, " at ", symbols[0].location, - " with type ", symbols[0].type); + " with type ", symbols[0].type.name); } if (completionType == CompletionType.identifiers