Skip to content

Commit d952622

Browse files
Improve logging for Alire
For eng/ide/gnatstudio#30
1 parent 5942a11 commit d952622

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

kernel/src/gps-kernel-remote.adb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,9 @@ package body GPS.Kernel.Remote is
824824
end if;
825825

826826
if Active (Me) then
827-
Trace (Me, "Spawning");
827+
Trace
828+
(Me,
829+
"Spawning in directory: " & Get_Current_Dir.Display_Full_Name);
828830

829831
if Args /= null then
830832
for J in Args'Range loop

share/support/core/alire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def on_project_changing(hook, file):
352352
root = find_alire_root(file.path)
353353

354354
if root:
355-
GPS.Logger("ALIRE").log("Alire manifest detected!")
355+
GPS.Logger("ALIRE").log("Alire manifest detected at: %s" % file.path)
356356
project_to_reload = (file.path, root)
357357

358358

0 commit comments

Comments
 (0)