Skip to content

Commit

Permalink
Move ProgramErrorAppender to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Holmes committed Feb 2, 2015
1 parent 7f27d8c commit 69289df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/com/dmdirc/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import com.dmdirc.interfaces.ui.UIController;
import com.dmdirc.logger.DMDircExceptionHandler;
import com.dmdirc.logger.ModeAliasReporter;
import com.dmdirc.logger.ProgramErrorAppender;
import com.dmdirc.plugins.CorePluginExtractor;
import com.dmdirc.plugins.PluginManager;
import com.dmdirc.plugins.Service;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
* SOFTWARE.
*/

package com.dmdirc;
package com.dmdirc.logger;

import com.dmdirc.DMDircMBassador;
import com.dmdirc.events.AppErrorEvent;
import com.dmdirc.events.UserErrorEvent;
import com.dmdirc.logger.ErrorLevel;
Expand Down

0 comments on commit 69289df

Please sign in to comment.