mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 20:15:39 +02:00
More information about MySQL errors wil be displayed to user
This commit is contained in:
@@ -126,6 +126,7 @@ public class DatabaseController
|
||||
break;
|
||||
default:
|
||||
PerunHelper.LogHistoryAdd(ref Globals.arrLogHistory, "ERROR MySQL - " + m_ex.Number);
|
||||
PerunHelper.LogHistoryAdd(ref Globals.arrLogHistory, "ERROR MySQL - " + m_ex.Message);
|
||||
break;
|
||||
}
|
||||
bStatus = false;
|
||||
|
||||
Reference in New Issue
Block a user