Skip to content

Commit 1906e4c

Browse files
committed
Merge branch 'develop' of https://hub.jazz.net/git/sanjayko/unity-sdk into develop
2 parents 4aaeacc + e85557c commit 1906e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Services/Dialog/Dialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private void OnGetDialogsResp(RESTConnector.Request req, RESTConnector.Response
129129
}
130130
catch (Exception e)
131131
{
132-
Log.Error("NLC", "GetDialogs Exception: {0}", e.ToString());
132+
Log.Error("Dialog", "GetDialogs Exception: {0}", e.ToString());
133133
resp.Success = false;
134134
}
135135
}

0 commit comments

Comments
 (0)