Skip to content

Commit e85557c

Browse files
author
Dogukan Erenel
committed
* Minor fix on exception naming
1 parent 8f09c30 commit e85557c

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)