Skip to content

Commit

Permalink
reword warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Feb 15, 2022
1 parent f53078f commit 672e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
}
except (IOError, OSError) as e:
warnings.warn(f"Could not get connection parameters for DATABASES: {e}")
warnings.warn(f"Could not get connection parameters from db.conf: {e}")

# URLs configuration
ROOT_URLCONF = 'nav.django.urls'
Expand Down

0 comments on commit 672e8bf

Please sign in to comment.