Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-09-07 22:17:52 +0000
committerSteffen Pingel2012-09-10 17:57:48 +0000
commit20106d443eb21949e571a3da5a0c8ee9f28a3b99 (patch)
tree2442b47548152c45039191c019a9a582effb07d7 /org.eclipse.mylyn.tasks.ui/src
parent8194bd04a0dac31f977fbe5d48029c3cf098b99b (diff)
downloadorg.eclipse.mylyn.tasks-20106d443eb21949e571a3da5a0c8ee9f28a3b99.tar.gz
org.eclipse.mylyn.tasks-20106d443eb21949e571a3da5a0c8ee9f28a3b99.tar.xz
org.eclipse.mylyn.tasks-20106d443eb21949e571a3da5a0c8ee9f28a3b99.zip
385068: Could not load repository template extension
contributed by org.eclipse.mylyn.bugzilla.ide with connectorKind bugzilla error with Mobile package Change-Id: I5d1e0c8748985b65104627c73c294677626bc56b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=385068
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/src')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java
index d72d520d8..ba9d3cea9 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java
@@ -719,7 +719,7 @@ public class TasksUiPlugin extends AbstractUIPlugin {
repositoryManager.applyMigrators(taskRepository);
}
} catch (Throwable t) {
- StatusHandler.log(new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN, NLS.bind(
+ StatusHandler.log(new Status(IStatus.WARNING, TasksUiPlugin.ID_PLUGIN, NLS.bind(
"Could not load repository template for repository {0}", template.repositoryUrl), t)); //$NON-NLS-1$
}
}

Back to the top